コード例 #1
0
ファイル: UserPrincipal.cs プロジェクト: xamele0n/Simple.Owin
 public UserPrincipal(string name = null) {
     _identity = new UserIdentity(name);
 }