TeamMentor.CoreLib.UserRoleBaseSecurity.currentIdentity_IsAuthenticated C# (CSharp) Méthode

currentIdentity_IsAuthenticated() public méthode

public currentIdentity_IsAuthenticated ( ) : bool
Résultat bool
        public bool currentIdentity_IsAuthenticated()
        {
            return Thread.CurrentPrincipal.Identity.IsAuthenticated;
        }