TcpTransportSecurityElement.ClientCredentialType Vlastnost

Definice

Získá nebo nastaví typ přihlašovacích údajů klienta, které se používají k ověřová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

Hodnota vlastnosti

TcpClientCredentialType

Objekt TcpClientCredentialType , který určuje typ přihlašovacích údajů klienta používaných k ověřování.

Atributy

Platí pro