ICertSrvSetupKeyInformation::get_ExistingCACertificate method (casetup.h)

The ExistingCACertificate property gets or sets the binary value that has been encoded by using Distinguished Encoding Rules (DER) and that is the binary value of the certification authority (CA) certificate that corresponds to an existing key.

This property is read/write.

Syntax

HRESULT get_ExistingCACertificate(
  VARIANT *pVal
);

Parameters

pVal

Return value

None

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 Datacenter, Windows Server 2008 Enterprise [desktop apps only]
Target Platform Windows
Header casetup.h
DLL Certocm.dll

See also

ICertSrvSetupKeyInformation