Skip to content

Latest commit

 

History

History
67 lines (57 loc) · 3.4 KB

nf-certenroll-ix509privatekey-put_cspstatus.md

File metadata and controls

67 lines (57 loc) · 3.4 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.IX509PrivateKey.put_CspStatus
IX509PrivateKey::put_CspStatus (certenroll.h)
Specifies or retrieves an ICspStatus object that contains information about the cryptographic provider and algorithm pair associated with the private key. (Put)
CspStatus property [Security]
CspStatus property [Security]
IX509PrivateKey interface
IX509PrivateKey interface [Security]
CspStatus property
IX509PrivateKey.CspStatus
IX509PrivateKey.put_CspStatus
IX509PrivateKey::CspStatus
IX509PrivateKey::get_CspStatus
IX509PrivateKey::put_CspStatus
certenroll/IX509PrivateKey::CspStatus
certenroll/IX509PrivateKey::get_CspStatus
certenroll/IX509PrivateKey::put_CspStatus
put_CspStatus
security.ix509privatekey_cspstatus
security\ix509privatekey_cspstatus.htm
security
8bf6e62d-9ecf-4eee-9652-f04d2010b4f7
12/05/2018
CspStatus property [Security], CspStatus property [Security],IX509PrivateKey interface, IX509PrivateKey interface [Security],CspStatus property, IX509PrivateKey.CspStatus, IX509PrivateKey.put_CspStatus, IX509PrivateKey::CspStatus, IX509PrivateKey::get_CspStatus, IX509PrivateKey::put_CspStatus, certenroll/IX509PrivateKey::CspStatus, certenroll/IX509PrivateKey::get_CspStatus, certenroll/IX509PrivateKey::put_CspStatus, put_CspStatus, security.ix509privatekey_cspstatus
certenroll.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
CertEnroll.dll
Windows
19H1
IX509PrivateKey::put_CspStatus
certenroll/IX509PrivateKey::put_CspStatus
c++
APIRef
kbSyntax
COM
CertEnroll.dll
IX509PrivateKey.CspStatus
IX509PrivateKey.get_CspStatus
IX509PrivateKey.put_CspStatus

IX509PrivateKey::put_CspStatus

-description

The CspStatus property specifies or retrieves an ICspStatus object that contains information about the cryptographic provider and algorithm pair associated with the private key. This property is web enabled for both input and output.

This property is read/write.

-parameters

-remarks

The Algorithm and ProviderName properties are automatically set when you call the CspStatus property. The CspStatus property is typically set during the enrollment process. That is, when a request template specifies multiple provider/algorithm pairs, the enrollment code sets the CspStatus property to the first enabled ICspStatus object and tries to create a private key. If a key cannot be created, the enrollment code sets this property to the next enabled ICspStatus object and tries again.

-see-also

IX509PrivateKey