SignInRequestMessage.Request Propriedade

Definição

Obtém ou define o parâmetro wreq da mensagem.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

Valor da propriedade

String

O valor do parâmetro wreq.The value of the wreq parameter.

Comentários

O parâmetro wreq especifica uma solicitação de token usando um <wst:RequestSecurityToken> elemento ou uma mensagem de solicitação completa, conforme descrito em WS-Trust.The wreq parameter specifies a token request using either a <wst:RequestSecurityToken> element or a full request message as described in WS-Trust. O parâmetro wreq é opcional.The wreq parameter is optional. Defina a Request propriedade como null ou uma cadeia de caracteres vazia para remover o parâmetro wreq da mensagem.Set the Request property to null or an empty string to remove the wreq parameter from the message.

Se a Request propriedade for especificada, a RequestPtr propriedade não poderá ser especificada.If the Request property is specified, the RequestPtr property cannot be specified.

Aplica-se a