次の方法で共有


TcpTransportSecurityElement.ClientCredentialType プロパティ

定義

認証で使用されるクライアント資格情報の種類を取得または設定します。

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

プロパティ値

TcpClientCredentialType

認証に使用されるクライアント資格情報の種類を指定する TcpClientCredentialType

属性

適用対象