BasicHttpRelayMessageSecurity.ClientCredentialType Property

Definition

Specifies the type of credential with which the client authenticates.

public System.ServiceModel.BasicHttpMessageCredentialType ClientCredentialType { get; set; }
member this.ClientCredentialType : System.ServiceModel.BasicHttpMessageCredentialType with get, set
Public Property ClientCredentialType As BasicHttpMessageCredentialType

Property Value

Returns a BasicHttpMessageCredentialType that contains a member of the BasicHttpMessageCredentialType enumeration. The default value is UserName..

Applies to