你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

WebClientCertificateAuthentication interface

使用基于客户端证书的身份验证与 HTTP 终结点通信的 WebLinkedService。 此方案遵循相互身份验证;服务器还必须向客户端提供有效的凭据。

扩展

属性

authenticationType

多态鉴别器,它指定此对象可以的不同类型的

password

PFX 文件的密码。

pfx

PFX 文件的 Base64 编码内容。

继承属性

url

Web 服务终结点的 URL,例如 https://www.microsoft.com。 类型:字符串(或带有 resultType 字符串的表达式)。

属性详细信息

authenticationType

多态鉴别器,它指定此对象可以的不同类型的

authenticationType: "ClientCertificate"

属性值

"ClientCertificate"

password

PFX 文件的密码。

password: SecretBaseUnion

属性值

pfx

PFX 文件的 Base64 编码内容。

pfx: SecretBaseUnion

属性值

继承属性详细信息

url

Web 服务终结点的 URL,例如 https://www.microsoft.com。 类型:字符串(或带有 resultType 字符串的表达式)。

url: any

属性值

any

继承自WebLinkedServiceTypeProperties.url