Inheritance: IIdentity
示例#1
0
 public GamePrincipal(GameIdentity identity, string[] roles = null)
 {
     this.Identity = identity;
     this.Roles = roles;
 }
 public GamePrincipal(GameIdentity identity, string[] roles = null)
 {
     this.Identity = identity;
     this.Roles    = roles;
 }