Пример #1
0
 protected Principal(IIdentity identity, UserData userProfile)
     : base(identity, new String[] {})
 {
     this.Profile = userProfile;
 }
Пример #2
0
 protected Principal(IIdentity identity, UserData userProfile)
     : base(identity, new String[]{})
 {
     this.Profile = userProfile;
 }
 public AuthenticatedPrincipal(IIdentity identity, UserData user)
     : base(identity, user)
 {
 }