Skip to content

Latest commit

 

History

History
108 lines (85 loc) · 5.47 KB

nf-certenroll-ix509extensionmsapplicationpolicies-initializedecode.md

File metadata and controls

108 lines (85 loc) · 5.47 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.IX509ExtensionMSApplicationPolicies.InitializeDecode
IX509ExtensionMSApplicationPolicies::InitializeDecode (certenroll.h)
Initializes the extension from a Distinguished Encoding Rules (DER) encoded byte array that contains the extension value. (IX509ExtensionMSApplicationPolicies.InitializeDecode)
IX509ExtensionMSApplicationPolicies interface [Security]
InitializeDecode method
IX509ExtensionMSApplicationPolicies.InitializeDecode
IX509ExtensionMSApplicationPolicies::InitializeDecode
InitializeDecode
InitializeDecode method [Security]
InitializeDecode method [Security]
IX509ExtensionMSApplicationPolicies interface
certenroll/IX509ExtensionMSApplicationPolicies::InitializeDecode
security.ix509extensionmsapplicationpolicies_initializedecode_method
security\ix509extensionmsapplicationpolicies_initializedecode_method.htm
security
b99d756c-01fd-4bde-a64b-c908626e9190
12/05/2018
IX509ExtensionMSApplicationPolicies interface [Security],InitializeDecode method, IX509ExtensionMSApplicationPolicies.InitializeDecode, IX509ExtensionMSApplicationPolicies::InitializeDecode, InitializeDecode, InitializeDecode method [Security], InitializeDecode method [Security],IX509ExtensionMSApplicationPolicies interface, certenroll/IX509ExtensionMSApplicationPolicies::InitializeDecode, security.ix509extensionmsapplicationpolicies_initializedecode_method
certenroll.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
CertEnroll.dll
Windows
19H1
IX509ExtensionMSApplicationPolicies::InitializeDecode
certenroll/IX509ExtensionMSApplicationPolicies::InitializeDecode
c++
APIRef
kbSyntax
COM
CertEnroll.dll
IX509ExtensionMSApplicationPolicies.InitializeDecode

IX509ExtensionMSApplicationPolicies::InitializeDecode

-description

The InitializeDecode method initializes the extension from a Distinguished Encoding Rules (DER) encoded byte array that contains the extension value. The encoded 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 strEncodedData value.

-param strEncodedData [in]

A BSTR variable that contains the DER-encoded extension.

-returns

If the function succeeds, the function returns S_OK.

If the function fails, it returns an HRESULT value that indicates the error. Possible values include, but are not limited to, those in the following table. For a list of common error codes, see Common HRESULT Values.

Return code/value Description
HRESULT_FROM_WIN32(ERROR_ALREADY_INITIALIZED)
The object is already initialized.

-remarks

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

You must call either InitializeEncode or InitializeDecode before you can use an IX509ExtensionMSApplicationPolicies object. The two methods complement each other. The InitializeEncode method enables you to construct a DER-encoded ASN.1 extension object from raw data, and the InitializeDecode method enables you to initialize the raw data from an encoded object.

You can retrieve the following properties for this extension:

-see-also

IX509ExtensionMSApplicationPolicies

InitializeEncode