Share via


WSHttpTransportSecurityElement.ClientCredentialType 屬性

定義

取得或設定用來對服務驗證用戶端的認證。

public:
 property System::ServiceModel::HttpClientCredentialType ClientCredentialType { System::ServiceModel::HttpClientCredentialType get(); void set(System::ServiceModel::HttpClientCredentialType value); };
[System.Configuration.ConfigurationProperty("clientCredentialType", DefaultValue=System.ServiceModel.HttpClientCredentialType.Windows)]
public System.ServiceModel.HttpClientCredentialType ClientCredentialType { get; set; }
[<System.Configuration.ConfigurationProperty("clientCredentialType", DefaultValue=System.ServiceModel.HttpClientCredentialType.Windows)>]
member this.ClientCredentialType : System.ServiceModel.HttpClientCredentialType with get, set
Public Property ClientCredentialType As HttpClientCredentialType

屬性值

有效的 HttpClientCredentialType 值,指定用於對服務驗證用戶端的認證。

屬性

適用於