ICertPropertySHA1Hash interface (certenroll.h)

The ICertPropertySHA1Hash interface represents a certificate property that contains a SHA-1 hash of the certificate. The hash functions as a unique identifier. Typically, it is called a thumb print.

Note  The CERTENROLL_PROPERTYID value is XCN_CERT_SHA1_HASH_PROP_ID.

 

Inheritance

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

Methods

The ICertPropertySHA1Hash interface has these methods.

 
ICertPropertySHA1Hash::get_SHA1Hash

Retrieves the SHA-1 hash of a certificate.
ICertPropertySHA1Hash::Initialize

Initializes the object from the SHA-1 hash of a certificate.

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

CertEnroll Interfaces

ICertProperty