Metodo ICertPropertySHA1Hash::get_SHA1Hash (certenroll.h)

La proprietà SHA1Hash recupera l'hash SHA-1 di un certificato.

Questa proprietà è di sola lettura.

Sintassi

HRESULT get_SHA1Hash(
  EncodingType Encoding,
  BSTR         *pValue
);

Parametri

Encoding

pValue

Valore restituito

nessuno

Osservazioni

Chiamare il metodo Initialize per specificare un valore per la proprietà SHA1Hash .

Requisiti

Requisito Valore
Client minimo supportato Windows Vista [solo app desktop]
Server minimo supportato Windows Server 2008 [solo app desktop]
Piattaforma di destinazione Windows
Intestazione certenroll.h
DLL CertEnroll.dll

Vedi anche

ICertPropertySHA1Hash