TcpTransportSecurityElement.ClientCredentialType Property

Definition

Gets or sets the type of client credential used for authentication.

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

Property Value

A TcpClientCredentialType that specifies the type of client credential used for authentication.

Attributes

Applies to