共用方式為


WebClientCertificateAuthentication interface

WebLinkedService,使用用戶端憑證型驗證來與 HTTP 端點通訊。 此配置遵循相互驗證;伺服器也必須提供有效的認證給用戶端。

Extends

屬性

authenticationType

多型歧視性,指定這個物件可以是的不同類型

password

PFX 檔案的密碼。

pfx

PFX 檔案的Base64編碼內容。

繼承的屬性

url

Web 服務端點的 URL,例如 https://www.microsoft.com 。 Type:string (或 expression with resultType string) 。

屬性詳細資料

authenticationType

多型歧視性,指定這個物件可以是的不同類型

authenticationType: "ClientCertificate"

屬性值

"ClientCertificate"

password

PFX 檔案的密碼。

password: SecretBaseUnion

屬性值

pfx

PFX 檔案的Base64編碼內容。

pfx: SecretBaseUnion

屬性值

繼承的屬性詳細資料

url

Web 服務端點的 URL,例如 https://www.microsoft.com 。 Type:string (或 expression with resultType string) 。

url: any

屬性值

any

繼承自WebLinkedServiceTypeProperties.url