pkc_revoke_certificate(3sec)Revokes key and dependents from specified trust list Synopsis #include <pkc_certs.h> unsigned32 pkc_revoke_certificate( pkc_trust_list_t * trust_list, const x500name & issued_by, const asn_integer & serial_no, utc_t * invalidate_from ); Parameters Input
trust_list
issued_by
serial_no
invalidate_from Description pkc_revoke_certificate(3sec) applies the specified revocation to the specified trust list (i.e. revokes a key and all dependent keys). If invalidate_from is NULL, the key is completely revoked; if a valid UTC time is provided, the key is revoked from that time on. The revocation is stored within the trust list, and any subsequent attempts to add the certificate will be rejected. This routine is a C++ interface. C++ must be used to perform direct certificate manipulation. See also the contents of the asn.h and x509.h header files, which define some of the basic types used by the low-level certificate manipulation routines. Return Values
pkc_s_success Errors Refer to the OSF DCE Problem Determination Guide for complete descriptions of all error messages. Related Information
Functions:
Classes:
|