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:
- The ObjectId property retrieves an object identifier (OID) that identifies whether the qualifier is a CPS or a user notice.
- The RawData property retrieves the Distinguished Encoding Rules (DER) encoded qualifier.
- The Type property retrieves a value of the PolicyQualifierType enumeration that specifies the qualifier type.
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 |