Skip to content

Latest commit

 

History

History
104 lines (91 loc) · 5.05 KB

nf-certenroll-ix509certificaterequestcmc-put_encryptionstrength.md

File metadata and controls

104 lines (91 loc) · 5.05 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.IX509CertificateRequestCmc.put_EncryptionStrength
IX509CertificateRequestCmc::put_EncryptionStrength (certenroll.h)
Specifies or retrieves the relative encryption level applied to the private key to be archived. (Put)
EncryptionStrength property [Security]
EncryptionStrength property [Security]
IX509CertificateRequestCmc interface
IX509CertificateRequestCmc interface [Security]
EncryptionStrength property
IX509CertificateRequestCmc.EncryptionStrength
IX509CertificateRequestCmc.put_EncryptionStrength
IX509CertificateRequestCmc::EncryptionStrength
IX509CertificateRequestCmc::get_EncryptionStrength
IX509CertificateRequestCmc::put_EncryptionStrength
certenroll/IX509CertificateRequestCmc::EncryptionStrength
certenroll/IX509CertificateRequestCmc::get_EncryptionStrength
certenroll/IX509CertificateRequestCmc::put_EncryptionStrength
put_EncryptionStrength
security.ix509certificaterequestcmc_encryptionstrength_property
security\ix509certificaterequestcmc_encryptionstrength_property.htm
security
9cade9f0-d614-4838-bf42-0a19b4ce53d5
12/05/2018
EncryptionStrength property [Security], EncryptionStrength property [Security],IX509CertificateRequestCmc interface, IX509CertificateRequestCmc interface [Security],EncryptionStrength property, IX509CertificateRequestCmc.EncryptionStrength, IX509CertificateRequestCmc.put_EncryptionStrength, IX509CertificateRequestCmc::EncryptionStrength, IX509CertificateRequestCmc::get_EncryptionStrength, IX509CertificateRequestCmc::put_EncryptionStrength, certenroll/IX509CertificateRequestCmc::EncryptionStrength, certenroll/IX509CertificateRequestCmc::get_EncryptionStrength, certenroll/IX509CertificateRequestCmc::put_EncryptionStrength, put_EncryptionStrength, security.ix509certificaterequestcmc_encryptionstrength_property
certenroll.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
CertEnroll.dll
Windows
19H1
IX509CertificateRequestCmc::put_EncryptionStrength
certenroll/IX509CertificateRequestCmc::put_EncryptionStrength
c++
APIRef
kbSyntax
COM
CertEnroll.dll
IX509CertificateRequestCmc.EncryptionStrength
IX509CertificateRequestCmc.get_EncryptionStrength
IX509CertificateRequestCmc.put_EncryptionStrength

IX509CertificateRequestCmc::put_EncryptionStrength

-description

The EncryptionStrength property specifies or retrieves the relative encryption level applied to the private key to be archived.

This property is read/write.

-parameters

-remarks

This property is related to the following properties:

The encryption strength is often implied by the encryption algorithm. If the algorithm does not support multiple strengths, you should not set the EncryptionStrength property.

You must set this property, if at all, before calling the Encode method, but you must initialize the CMC request object before calling the property. For more information, see the following topics:

-see-also

IX509CertificateRequestCmc