The IsUsedCert Windows Management Instrumentation (WMI) class method, in Configuration Manager, verifies whether the specified certificate is used.

The following syntax is simplified from Managed Object Format (MOF) code and defines the method.

Boolean IsUsedCert(
   String Certificate
);

Parameters

Certificate

Data type: StringQualifiers: [in]The certificate to check against the site.

Return Values

true if the specified certificate is used on the site; otherwise false.

Requirements

Runtime Requirements

Development Requirements

See Also