SignInRequestMessage.Request Property

Definition

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.

Applies to