IX509CertificateRequestPkcs10V3::put_ChallengePassword method (certenroll.h)

The password to use when creating a request with a challenge. To create a request without a challenge, do not set the ChallengePassword property.

This property is read/write.

Syntax

HRESULT put_ChallengePassword(
  BSTR Value
);

Parameters

Value

Return value

None

Requirements

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

See also

IX509CertificateRequestPkcs10V3