SignInRequestMessage.RequestPtr Propriedade
Definição
Obtém ou define o parâmetro wreqptr da mensagem.Gets or sets the wreqptr parameter of the message.
public:
property System::String ^ RequestPtr { System::String ^ get(); void set(System::String ^ value); };
public string RequestPtr { get; set; }
member this.RequestPtr : string with get, set
Public Property RequestPtr As String
Valor da propriedade
O valor do parâmetro wreqptr.The value of the wreqptr parameter.
Exceções
Ocorre uma tentativa de definir um valor que não é um URI absoluto válido.An attempt to set a value that is not a valid, absolute URI occurs.
Comentários
Especifica uma URL que indica onde encontrar a solicitação expressa como um <wst:RequestSecurityToken> elemento.Specifies a URL that indicates where to find the request expressed as a <wst:RequestSecurityToken> element. O parâmetro wreqptr é opcional.The wreqptr parameter is optional. Defina a RequestPtr propriedade como null ou uma cadeia de caracteres vazia para remover o parâmetro wreqptr da mensagem.Set the RequestPtr property to null or an empty string to remove the wreqptr parameter from the message.
Se a RequestPtr propriedade for especificada, a Request propriedade não poderá ser especificada.If the RequestPtr property is specified, the Request property cannot be specified.