Candor.Security.UserPrincipal.UserPrincipal C# (CSharp) Méthode

UserPrincipal() public méthode

Creates an anonymous principal
public UserPrincipal ( ) : System
Résultat System
        public UserPrincipal()
        {
            Identity = new UserIdentity();
        }

Same methods

UserPrincipal::UserPrincipal ( UserIdentity identity ) : System
UserPrincipal::UserPrincipal ( UserPrincipal principal, String authType ) : System