Skip to content

Latest commit

 

History

History
81 lines (63 loc) · 4.68 KB

nf-certenroll-ix509attributearchivekeyhash-initializedecode.md

File metadata and controls

81 lines (63 loc) · 4.68 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:certenroll.IX509AttributeArchiveKeyHash.InitializeDecode
IX509AttributeArchiveKeyHash::InitializeDecode (certenroll.h)
Initializes the object from a Distinguished Encoding Rules (DER) encoded byte array that contains a SHA-1 hash of the encrypted private key.
IX509AttributeArchiveKeyHash interface [Security]
InitializeDecode method
IX509AttributeArchiveKeyHash.InitializeDecode
IX509AttributeArchiveKeyHash::InitializeDecode
InitializeDecode
InitializeDecode method [Security]
InitializeDecode method [Security]
IX509AttributeArchiveKeyHash interface
certenroll/IX509AttributeArchiveKeyHash::InitializeDecode
security.ix509attributearchivekeyhash_initializedecode_method
security\ix509attributearchivekeyhash_initializedecode_method.htm
security
c8f59fba-c6ce-4e11-bb25-8a6fd23218d1
12/05/2018
IX509AttributeArchiveKeyHash interface [Security],InitializeDecode method, IX509AttributeArchiveKeyHash.InitializeDecode, IX509AttributeArchiveKeyHash::InitializeDecode, InitializeDecode, InitializeDecode method [Security], InitializeDecode method [Security],IX509AttributeArchiveKeyHash interface, certenroll/IX509AttributeArchiveKeyHash::InitializeDecode, security.ix509attributearchivekeyhash_initializedecode_method
certenroll.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
CertEnroll.dll
Windows
19H1
IX509AttributeArchiveKeyHash::InitializeDecode
certenroll/IX509AttributeArchiveKeyHash::InitializeDecode
c++
APIRef
kbSyntax
COM
CertEnroll.dll
IX509AttributeArchiveKeyHash.InitializeDecode

IX509AttributeArchiveKeyHash::InitializeDecode

-description

The InitializeDecode method initializes the object from a Distinguished Encoding Rules (DER) encoded byte array that contains a SHA-1 hash of the encrypted private key. The byte array is represented by a Unicode-encoded string.

-parameters

-param Encoding [in]

An EncodingType enumeration value that specifies the type of Unicode encoding applied to the input string that contains hash value.

-param strEncodedData [in]

A BSTR variable that contains the DER-encoded attribute.

-returns

If the function succeeds, the function returns S_OK.

If the function fails, it returns an HRESULT value that indicates the error. For a list of common error codes, see Common HRESULT Values.

-remarks

The object identifier (OID) for this attribute is XCN_OID_ENCRYPTED_KEY_HASH (1.3.6.1.4.1.311.21.21). For more information, see CERTENROLL_OBJECTID.

You can use this method if you have a DER-encoded Abstract Syntax Notation One (ASN.1) object that contains the attribute value. You must supply the DER-encoded object in a Unicode encoded string. For more information, see the IBinaryConverter interface.

You must call either InitializeEncodeFromEncryptedKeyBlob or InitializeDecode before you can use an IX509AttributeArchiveKeyHash object. The two methods complement each other. The InitializeEncodeFromEncryptedKeyBlob method enables you to construct an encoded ASN.1 structure from raw data, and the InitializeDecode method enables you to initialize raw data from an encoded ASN.1 structure. You can call the EncryptedKeyHashBlob property to retrieve the raw data.

-see-also

IX509AttributeArchiveKeyHash