IX509EnrollmentStatus::get_Display method (certenroll.h)

The Display property specifies or retrieves a value that indicates whether to display the status information in a user interface.

This property is read/write.

Syntax

HRESULT get_Display(
  EnrollmentDisplayStatus *pValue
);

Parameters

pValue

Return value

None

Remarks

This property is used by the Certificate Enrollment wizard to determine whether to display the item with which it is associated. Currently, setting this value does not affect enrollment behavior.

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