Partager via


TcpTransportSecurityElement.ClientCredentialType Propriété

Définition

Obtient ou définit le type d'informations d'identification du client utilisé pour l'authentification.

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

Valeur de propriété

TcpClientCredentialType

TcpClientCredentialType qui spécifie le type d'information d'identifications du client utilisé pour l'authentification.

Attributs

S’applique à