ICertSrvSetup::GetCASetupProperty method (casetup.h)
The GetCASetupProperty method gets a property value for a certification authority (CA) configuration.
Syntax
HRESULT GetCASetupProperty(
[in] CASetupProperty propertyId,
[out] VARIANT *pPropertyValue
);
Parameters
[in] propertyId
A value of the CASetupProperty enumeration that specifies the type of property to get.
[out] pPropertyValue
A VARIANT value that specifies the property value. The VARIANT type depends on the property type. For more information about the VARIANT type, see CASetupProperty.
Return value
None
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | casetup.h |
DLL | Certocm.dll |