Candor.Security.UserPrincipal.UserPrincipal C# (CSharp) Method

UserPrincipal() public method

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

Same methods

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