IPolicyQualifier::get_Qualifier method (certenroll.h)

The Qualifier property retrieves a string that contains the qualifier used to initialize the object.

This property is read-only.

Syntax

HRESULT get_Qualifier(
  BSTR *pValue
);

Parameters

pValue

Return value

None

Remarks

You must call InitializeEncode to initialize the qualifier object before you can retrieve this property. The value retrieved is the string entered in the strQualifier parameter of that method. You can also retrieve the following properties for this object:

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

IPolicyQualifier