IObjectId::get_Value method (certenroll.h)
The Value property retrieves a string that contains the dotted decimal object identifier (OID). This property is web enabled.
This property is read-only.
Syntax
HRESULT get_Value(
BSTR *pValue
);
Parameters
pValue
Return value
None
Remarks
The dotted decimal format is discussed in the ASN.1 X.208 specification. For example, the string 1.2.840.10045.4.1. represents the iso(1)member-body(2)us(840)10045 signatures(4)sha1(1) object identifier.
You must call any of the following methods before you can retrieve this property value:
You can also retrieve the following property values:
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 |