类SMS_Site中的 IsUsedCert 方法

Configuration Manager IsUsedCert 中,Windows Management Instrumentation (WMI) 类方法验证是否使用了指定的证书。

以下语法从托管对象格式 (MOF) 代码中简化,并定义了 方法。

语法

Boolean IsUsedCert(  
   String Certificate  
);  

参数

Certificate
数据类型String

限定符:[in]

要针对站点检查的证书。

返回值

true 如果在站点上使用指定的证书,则为 ;否则为 false

要求

运行时要求

有关详细信息,请参阅Configuration Manager服务器运行时要求

开发要求

有关详细信息,请参阅Configuration Manager服务器开发要求

另请参阅

SMS_Site 服务器 WMI 类
类SMS_Site中的 GetClientInfo 方法