コード例 #1
0
ファイル: IdentityResource.cs プロジェクト: shanyipeng/KissU
 public virtual void RemoveUserClaim(string type)
 {
     UserClaims.RemoveAll(c => c.Type == type);
 }
コード例 #2
0
 public virtual void RemoveClaim(string type)
 {
     UserClaims.RemoveAll(r => r.Type == type);
 }