DevForce Help Reference
LogoutCore Method


Perform any logout processing needed.
Syntax
'Declaration
 
Protected Overridable Sub LogoutCore( _
   ByVal principal As IPrincipal _
) 
'Usage
 
Dim instance As AspAuthenticatingLoginManager
Dim principal As IPrincipal
 
instance.LogoutCore(principal)
protected virtual void LogoutCore( 
   IPrincipal principal
)

Parameters

principal
Remarks
The default implementation calls FormsAuthentication.SignOut if Forms authentication is enabled.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AspAuthenticatingLoginManager Class
AspAuthenticatingLoginManager Members

Send Feedback