IX509EnrollmentStatus::put_Selected method (certenroll.h)

The Selected property specifies or retrieves a value that indicates whether an item can be used during the enrollment process.

This property is read/write.

Syntax

HRESULT put_Selected(
  EnrollmentSelectionStatus Value
);

Parameters

Value

Return value

None

Remarks

This property is currently used only to identify which cryptographic provider/algorithm pairs can be used to create a key. For more information, see the GetCspStatuses method on the IX509CertificateRequestPkcs10 interface.

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

IX509EnrollmentStatus