Compartilhar via


TcpTransportSecurityElement.ClientCredentialType Propriedade

Definição

Obtém ou define o tipo de credencial de cliente usado para autenticação.

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 da propriedade

TcpClientCredentialType

Um TcpClientCredentialType que especifica o tipo de credencial do cliente usado para autenticação.

Atributos

Aplica-se a