Ejemplo n.º 1
0
 protected Principal(IIdentity identity, UserData userProfile)
     : base(identity, new String[] {})
 {
     this.Profile = userProfile;
 }
Ejemplo n.º 2
0
 protected Principal(IIdentity identity, UserData userProfile)
     : base(identity, new String[]{})
 {
     this.Profile = userProfile;
 }
Ejemplo n.º 3
0
 public AuthenticatedPrincipal(IIdentity identity, UserData user)
     : base(identity, user)
 {
 }