IsUsedCert Method in Class SMS_Site
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.
Syntax
Boolean IsUsedCert(
String Certificate
);
Parameters
Certificate
Data type: String
Qualifiers: [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.
See Also
SMS_Site Server WMI Class
GetClientInfo Method in Class SMS_Site