ICertPropertySHA1Hash::get_SHA1Hash method (certenroll.h)

The SHA1Hash property retrieves the SHA-1 hash of a certificate.

This property is read-only.

Syntax

HRESULT get_SHA1Hash(
  EncodingType Encoding,
  BSTR         *pValue
);

Parameters

Encoding

pValue

Return value

None

Remarks

Call the Initialize method to specify a value for the SHA1Hash property.

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
DLL CertEnroll.dll

See also

ICertPropertySHA1Hash