IX509Enrollment::CAConfigString property
The CAConfigString property retrieves the configuration string that identifies the certification authority (CA) to which the certificate request was submitted.
This property is read-only.
Syntax
HRESULT get_CAConfigString( [out] BSTR *pValue );
Property value
Pointer to a BSTR variable that contains the configuration string.
Error codes
If the function succeeds, the function returns S_OK.
If the function fails, it returns an HRESULT value that indicates the error. Possible values include, but are not limited to, those in the following table. For a list of common error codes, see Common HRESULT Values.
| Name/value | Meaning |
|---|---|
|
The property value could not be found. |
Remarks
The configuration string contains the Domain Name System (DNS) name and the common name (CN) of the certification authority. The format of the string is "CAComputerDNSName\CACommonName".
Requirements
|
Minimum supported client | Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2008 [desktop apps only] |
|
Header |
|
|
DLL |
|
See also
Send comments about this topic to Microsoft
Build date: 10/26/2012
