Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 |