Candor.Security.UserPrincipal.UserPrincipal C# (CSharp) Метод

UserPrincipal() публичный Метод

Creates an anonymous principal
public UserPrincipal ( ) : System
Результат System
        public UserPrincipal()
        {
            Identity = new UserIdentity();
        }

Same methods

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