ICertPropertyFriendlyName interface (certenroll.h)

The ICertPropertyFriendlyName interface enables you to specify and retrieve a string that contains the display name of a certificate.

This property is initialized during the enrollment process and associated with the dummy certificate that is temporarily copied to the request store. If the CA denies the certificate request, the dummy certificate in the request store and all properties associated with it are deleted. If the CA issues the certificate and it is installed in the certificate store, this property is associated with the new certificate in the personal store and the dummy certificate is deleted.

Note  The CERTENROLL_PROPERTYID value is XCN_CERT_FRIENDLY_NAME_PROP_ID.

 

Inheritance

The ICertPropertyFriendlyName interface inherits from ICertProperty. ICertPropertyFriendlyName also has these types of members:

Methods

The ICertPropertyFriendlyName interface has these methods.

 
ICertPropertyFriendlyName::get_FriendlyName

Retrieves the display name of the certificate. (ICertPropertyFriendlyName.get_FriendlyName)
ICertPropertyFriendlyName::Initialize

Initializes the object from the certificate display name.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header certenroll.h

See also

ICertProperties

ICertProperty

ICertPropertyDescription