ICertSrvSetup::Install method (casetup.h)

The Install method installs a role as configured in the CCertSrvSetup object.

Syntax

HRESULT Install();

Return value

None

Remarks

The InitializeDefaults method must be called before calling this or any other method on a CCertSrvSetup object.

Unless the key already exists, the Install method creates a key for the certification authority (CA) certificate. If the cryptographic service provider (CSP) requires interaction, it prompts the user.

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

See also

ICertSrvSetup