IX509CertificateRequestPkcs10V3::put_EncryptionStrength method (certenroll.h)

Identifies the bit length for the EncryptionAlgorithm to use for encryption. If the EncryptionAlgorithm only supports one bit length, then you do not need to specify a value for the EncryptionStrength property.

This property is read/write.

Syntax

HRESULT put_EncryptionStrength(
  LONG Value
);

Parameters

Value

Return value

None

Requirements

Requirement Value
Target Platform Windows
Header certenroll.h
DLL Certenroll.dll

See also

IX509CertificateRequestPkcs10V3