DevForce Help Reference
SetCookieCore Method


Set the authentication ticket for the authenticated user.
Syntax
'Declaration
 
Protected Overridable Sub SetCookieCore( _
   ByVal credential As ILoginCredential _
) 
'Usage
 
Dim instance As AspAuthenticatingLoginManager
Dim credential As ILoginCredential
 
instance.SetCookieCore(credential)
protected virtual void SetCookieCore( 
   ILoginCredential credential
)

Parameters

credential
Remarks
Called only if the user has been authenticated. The default implementation calls FormsAuthentication.SetAuthCookie.
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