SignInRequestMessage.Request 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 wreq parameter of the message.
public:
property System::String ^ Request { System::String ^ get(); void set(System::String ^ value); };
public string Request { get; set; }
member this.Request : string with get, set
Public Property Request As String
Property Value
The value of the wreq parameter.
Remarks
The wreq parameter specifies a token request using either a <wst:RequestSecurityToken>
element or a full request message as described in WS-Trust. The wreq parameter is optional. Set the Request property to null
or an empty string to remove the wreq parameter from the message.
If the Request property is specified, the RequestPtr property cannot be specified.