Skip to content

Latest commit

 

History

History
51 lines (40 loc) · 1.66 KB

isusedcert-method-in-class-sms_site.md

File metadata and controls

51 lines (40 loc) · 1.66 KB
description title titleSuffix ms.date ms.subservice ms.service ms.topic ms.assetid author ms.author manager ms.localizationpriority ms.collection ms.reviewer
Learn how to use the IsUsedCert method to verify whether the specified certificate is used.
IsUsedCert Method
Configuration Manager
09/20/2016
sdk
configuration-manager
reference
8238a001-395e-4732-9042-bc9f33bcfe46
Banreet
banreetkaur
apoorvseth
low
tier3
mstewart,aaroncz

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