SignInRequestMessage.AuthenticationType 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 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.