IX509CertificateTemplates::Clear method (certenroll.h)

The Clear method removes all IX509CertificateTemplate objects from the collection.

Syntax

HRESULT Clear();

Return value

If the function succeeds, the function returns S_OK.

If the function fails, it returns an HRESULT value that indicates the error. For a list of common error codes, see Common HRESULT Values.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Target Platform Windows
Header certenroll.h

See also

IX509CertificateTemplate

IX509CertificateTemplates