DevForce Help Reference
CreateIdentityCore Method


Creates an IIdentity from the information passed.
Syntax
'Declaration
 
Protected Overridable Function CreateIdentityCore( _
   ByVal name As String, _
   ByVal authenticationType As String, _
   ByVal isAuthenticated As Boolean _
) As IIdentity
'Usage
 
Dim instance As AspAuthenticatingLoginManager
Dim name As String
Dim authenticationType As String
Dim isAuthenticated As Boolean
Dim value As IIdentity
 
value = instance.CreateIdentityCore(name, authenticationType, isAuthenticated)
protected virtual IIdentity CreateIdentityCore( 
   string name,
   string authenticationType,
   bool isAuthenticated
)

Parameters

name
authenticationType
isAuthenticated
Remarks
The default implementation returns a IdeaBlade.EntityModel.UserIdentity. If you return a custom IIdentity be sure that it can be serialized, and is defined on both client and server in n-tier deployments.
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