MessageSecurityOverRelayOneway.ClientCredentialType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The value of ClientCredentialType is not a valid MessageCredentialType.