Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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(
BSTR *pValue
);
Parameters
pValue
Return value
None
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
| 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 |