SessionAuthenticationModule.OnSigningOut(SigningOutEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raises the SigningOut event.
protected:
virtual void OnSigningOut(System::IdentityModel::Services::SigningOutEventArgs ^ e);
protected virtual void OnSigningOut (System.IdentityModel.Services.SigningOutEventArgs e);
abstract member OnSigningOut : System.IdentityModel.Services.SigningOutEventArgs -> unit
override this.OnSigningOut : System.IdentityModel.Services.SigningOutEventArgs -> unit
Protected Overridable Sub OnSigningOut (e As SigningOutEventArgs)
Parameters
The data for the event.
Remarks
This method is invoked from the SignOut method to perform sign-out. It is invoked before the session cookie is deleted.
Applies to
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.