IsUsedCert Method in Class SMS_Site
Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2
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
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.