IIsCertMapper.CreateMapping (WMI)

IIsCertMapper (WMI) 对象的 CreateMapping 方法将证书映射到 Windows 帐户。

语法

return_value = object.CreateMapping

(
String vCert,
String NtAcct,
String NtPwd,
String strName,
Boolean IEnabled
)
参数

vCert [in]
中包含证书。证书可以是字符串或字节数组,通常从内建的 ASP 请求对象的 ClientCertificate 集合中获得。
NtAcct [in]
中包含 Windows 帐户字符串。
NtPwd [in]
中包含 NtAcct 的密码字符串。
strName [in]
中包含该帐户的好记名称。
IEnabled [in]
为 TRUE 时启用映射,为 FALSE 时禁用映射。

相关主题

© 1997-2003 Microsoft Corporation。保留所有权利