WSFederationAuthenticationModule.OnSignedOut(EventArgs) Método

Definição

Aciona o evento SignedOut.Raises the SignedOut event.

protected:
 virtual void OnSignedOut(EventArgs ^ args);
protected virtual void OnSignedOut (EventArgs args);
abstract member OnSignedOut : EventArgs -> unit
override this.OnSignedOut : EventArgs -> unit
Protected Overridable Sub OnSignedOut (args As EventArgs)

Parâmetros

args
EventArgs

Os dados do evento.The data for the event.

Comentários

Chamado a partir do WSFederationAuthenticationModule.SignOut(Boolean) método logo após a sessão ser excluída.Called from the WSFederationAuthenticationModule.SignOut(Boolean) method just after the session is deleted.

Aplica-se a

Confira também