Cats.Services.Security.UserIdentity.UserIdentity C# (CSharp) Méthode

UserIdentity() public méthode

public UserIdentity ( UserInfo info ) : System.Collections
info Cats.Models.Security.UserInfo
Résultat System.Collections
        public UserIdentity(UserInfo info)
        {
            this.userName = info.UserName;
            this.fullName = info.FullName;
            this._profile = info;
            this.authenticated = true;
        }

Same methods

UserIdentity::UserIdentity ( UserProfile user ) : System.Collections
UserIdentity::UserIdentity ( int userId, UserAccountService service, UserInfo userInfo, string store, string application ) : System.Collections
UserIdentity::UserIdentity ( string userName ) : System.Collections