MessageSecurityOverTcpElement.ClientCredentialType Property

Definition

Specifies the type of credential to be used when performing client authentication using message-based security or TransportWithMessageCredential.

public:
 property System::ServiceModel::MessageCredentialType ClientCredentialType { System::ServiceModel::MessageCredentialType get(); void set(System::ServiceModel::MessageCredentialType value); };
[System.Configuration.ConfigurationProperty("clientCredentialType", DefaultValue=System.ServiceModel.MessageCredentialType.Windows)]
public System.ServiceModel.MessageCredentialType ClientCredentialType { get; set; }
[<System.Configuration.ConfigurationProperty("clientCredentialType", DefaultValue=System.ServiceModel.MessageCredentialType.Windows)>]
member this.ClientCredentialType : System.ServiceModel.MessageCredentialType with get, set
Public Property ClientCredentialType As MessageCredentialType

Property Value

A valid MessageCredentialType value that specifies the type of credential to be used when performing client authentication using message-based security or TransportWithMessageCredential. The default value is Windows.

Attributes

Applies to