IX509CertificateRequestPkcs10V3::get_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 get_EncryptionStrength(
  LONG *pValue
);

Parameters

pValue

Return value

None

Requirements

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

See also

IX509CertificateRequestPkcs10V3