ICertSrvSetupKeyInformation::get_ContainerName method (casetup.h)

The ContainerName property gets or sets the name used by the cryptographic service provider (CSP) to generate, store, or access the key.

This property is read/write.

Syntax

HRESULT get_ContainerName(
  BSTR *pVal
);

Parameters

pVal

Return value

None

Remarks

If the private key already exists, this name must match the name used by the CSP to access the key.

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