IMSCEPSetup::IsMSCEPStoreEmpty method (casetup.h)

The IsMSCEPStoreEmpty method always returns VARIANT_TRUE. It should not be used.

Syntax

HRESULT IsMSCEPStoreEmpty(
  [out] VARIANT_BOOL *pbEmpty
);

Parameters

[out] pbEmpty

This parameter always contains VARIANT_TRUE.

Return value

None

Remarks

For the Network Device Enrollment Service (NDES) role, the My personal store is used. The default implementation does not use a separate store for signing and exchange certificates.

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

IMSCEPSetup