Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The following interfaces can be used to create a certificate property.
| Interface | Description |
|---|---|
| ICertProperties | Manage a collection of ICertProperty objects. |
| ICertProperty | Associates an external property with a certificate. |
| ICertPropertyArchived | Represents a certificate property that identifies whether a certificate has been archived. |
| ICertPropertyArchivedKeyHash | Represents a SHA-1 hash of an encrypted private key submitted to a certification authority for archival. |
| ICertPropertyAutoEnroll | Represents a certificate property that identifies a template that has been configured to enable autoenrollment of the certificate. |
| ICertPropertyBackedUp | Represents a certificate property that identifies whether a certificate has been backed up and, if so, the date and time that it was saved. |
| ICertPropertyDescription | Enables you to specify and retrieve a string that contains descriptive information for a certificate. |
| ICertPropertyEnrollment | Represents a certificate property that contains certificate and certification authority information created when the client calls the Enroll method on the IX509Enrollment interface. |
| ICertPropertyEnrollmentPolicyServer | Represents an external certificate property that contains information about a certificate enrollment policy (CEP) server and a certificate enrollment server (CES). |
| ICertPropertyFriendlyName | Enables you to specify and retrieve a string that contains the display name of a certificate. |
| ICertPropertyKeyProvInfo | Represents a certificate property that contains information about a private key. |
| ICertPropertyRenewal | Represents a certificate property that contains a SHA-1 hash of the new certificate created when an existing certificate is renewed. |
| ICertPropertyRequestOriginator | Represents a certificate property that contains the Domain Naming System (DNS) name of the computer on which the request was created. |
| ICertPropertyRequestOriginator | Represents a certificate property that contains the Domain Naming System (DNS) name of the computer on which the request was created. |
Related topics