Compartir a través de


TcpTransportSecurityElement.ClientCredentialType Propiedad

Definición

Obtiene o establece el tipo de credenciales del cliente utilizado para la autenticación.

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

Valor de propiedad

TcpClientCredentialType

TcpClientCredentialType que especifica el tipo de credencial del cliente que se usa para la autenticación.

Atributos

Se aplica a