MessageSecurityOverRelayOneway.ClientCredentialType Property

Definition

Gets or sets the type of client credential the client uses to authenticate itself to the service at the SOAP level.

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

Property Value

Returns a MessageCredentialType that contains the credential type. The default is Certificate.

Exceptions

Applies to