IX509CertificateRequestCmc::put_EncryptionStrength method (certenroll.h)

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

This property is read/write.

Syntax

HRESULT put_EncryptionStrength(
  LONG Value
);

Parameters

Value

Return value

None

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:

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header certenroll.h
DLL CertEnroll.dll

See also

IX509CertificateRequestCmc