SignInRequestMessage.AuthenticationType Property

Definition

Gets or sets the wauth parameter of the message.

public:
 property System::String ^ AuthenticationType { System::String ^ get(); void set(System::String ^ value); };
public string AuthenticationType { get; set; }
member this.AuthenticationType : string with get, set
Public Property AuthenticationType As String

Property Value

The authentication type. This is specified as a URI.

Exceptions

An attempt to set a value that is not a valid, absolute URI occurs.

Remarks

The wauth parameter is like the wst:AuthenticationType element defined in WS-Trust. The value should be set to a string that contains a URI that identifies the type of authentication that is used.

The wauth parameter is optional. Set the AuthenticationType property to null or an empty string to remove the wauth parameter from the message.

Applies to