IdeaBlade.EntityModel.Web Assembly > IdeaBlade.EntityModel.Web Namespace > AspAuthenticatingLoginManager Class : CreateIdentityCore Method |
'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 )
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