Configuration Manager IsUsedCert 中,Windows Management Instrumentation (WMI) 类方法验证是否使用了指定的证书。
以下语法从托管对象格式 (MOF) 代码中简化,并定义了 方法。
语法
Boolean IsUsedCert(
   String Certificate
);
参数
              Certificate 数据类型: String
限定符:[in]
要针对站点检查的证书。
返回值
              true 如果在站点上使用指定的证书,则为 ;否则为 false。
要求
运行时要求
有关详细信息,请参阅Configuration Manager服务器运行时要求。
开发要求
有关详细信息,请参阅Configuration Manager服务器开发要求。