DevForce Help Reference
Logout Method (AspAuthenticatingLoginManager)


Logout the current user.
Syntax
'Declaration
 
Public Sub Logout( _
   ByVal principal As IPrincipal, _
   ByVal entityManager As EntityManager _
) 
'Usage
 
Dim instance As AspAuthenticatingLoginManager
Dim principal As IPrincipal
Dim entityManager As EntityManager
 
instance.Logout(principal, entityManager)

Parameters

principal
entityManager
Remarks
If you are using Forms authentication, the authentication ticket will be removed.
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