IdeaBlade.EntityModel.Web Assembly > IdeaBlade.EntityModel.Web Namespace > AspAuthenticatingLoginManager Class : CreatePrincipalCore Method |
'Declaration
Protected Overridable Function CreatePrincipalCore( _ ByVal identity As IIdentity, _ ByVal roles As IEnumerable(Of String) _ ) As IPrincipal
'Usage
Dim instance As AspAuthenticatingLoginManager Dim identity As IIdentity Dim roles As IEnumerable(Of String) Dim value As IPrincipal value = instance.CreatePrincipalCore(identity, roles)
protected virtual IPrincipal CreatePrincipalCore( IIdentity identity, IEnumerable<string> roles )
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