IX509EndorsementKey::GetCertificateCount method (certenroll.h)

Gets the count of the endorsement certificates in the key storage provider. You can only call the GetCertificateCount method after the Open method has been successfully called.

Syntax

HRESULT GetCertificateCount(
  [in]          VARIANT_BOOL ManufacturerOnly,
  [out, retval] LONG         *pCount
);

Parameters

[in] ManufacturerOnly

True to return the count for only manufacturer certificates. False to return the count for only non-manufacturer certificates.

[out, retval] pCount

The count of endorsement certificates from the key storage provider.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Requirement Value
Target Platform Windows
Header certenroll.h
DLL Certenroll.dll

See also

IX509EndorsementKey