コード例 #1
0
 public CustomPrincipal(FormsAuthenticationTicket ticket)
 {
     this.userIdentity = new CustomIdentity(ticket);
 }
コード例 #2
0
 public CustomPrincipal(CustomIdentity userIdentity)
 {
     this.userIdentity = userIdentity;
 }