WSFederationAuthenticationModule.SignOutReply Propriedade

Definição

Obtém ou define o valor do parâmetro wreply a ser usado durante solicitações de saída da Web Services Federation ("wsignout1.0").Gets or sets the value of the wreply parameter to use during WS-Federation sign-out requests ("wsignout1.0").

public:
 property System::String ^ SignOutReply { System::String ^ get(); void set(System::String ^ value); };
public string SignOutReply { get; set; }
member this.SignOutReply : string with get, set
Public Property SignOutReply As String

Valor da propriedade

String

A URL para a qual o cliente deve ser redirecionado pelo serviço de token de segurança (STS) após a saída através do protocolo de WS-Federation.The URL to which the client should be redirected by the security token service (STS) following sign-out through the WS-Federation protocol.

Comentários

Por padrão, essa propriedade é inicializada a partir do signOutReply atributo do elemento < wsFederation > no arquivo de configuração.By default, this property is initialized from the signOutReply attribute of the <wsFederation> element in the configuration file. Ele se destina a representar o parâmetro Wreply em uma solicitação de saída WS-Federation.It is intended to represent the wreply parameter in a WS-Federation sign-out request.

O parâmetro Wreply é opcional.The wreply parameter is optional. Se a SignOutReply propriedade for definida como null ou uma cadeia de caracteres vazia, o parâmetro Wreply não será incluído na solicitação de saída.If the SignOutReply property is set to null or an empty string, the wreply parameter is not included in the sign-out request.

O WSFAM não usa essa propriedade diretamente.The WSFAM does not use this property directly. No entanto, você pode passá-lo para o FederatedSignOut método ao executar WS-Federation sair do seu código ou pode passá-lo para o GetFederationPassiveSignOutUrl método para criar uma URL de saída de WS-Federation completa.However, you can pass it to the FederatedSignOut method when performing WS-Federation sign-out from your code or you can pass it to the GetFederationPassiveSignOutUrl method to create a complete WS-Federation sign-out URL.

Aplica-se a