BasicHttpRelayMessageSecurityElement.ClientCredentialType Property

Definition

Gets or sets the type of client credential used for client authentication.

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

Property Value

Returns a BasicHttpMessageCredentialType that contains the credentials. The default is UserName.

Attributes

Applies to