IX509EnrollmentStatus::get_Text method (certenroll.h)

The Text property specifies or retrieves a string that contains a message associated with the status of the enrollment process.

This property is read/write.

Syntax

HRESULT get_Text(
  BSTR *pValue
);

Parameters

pValue

Return value

None

Remarks

You can call the AppendText method to add information to the message.

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