Method | Description | |
---|---|---|
Has ( this c, string ClaimKey ) : bool | ||
Set ( this c, string ClaimKey, bool Value ) : void | ||
SetClaims ( this role, |
public static Has ( this c, string ClaimKey ) : bool | ||
c | this | |
ClaimKey | string | |
return | bool |
public static Set ( this c, string ClaimKey, bool Value ) : void | ||
c | this | |
ClaimKey | string | |
Value | bool | |
return | void |
public static SetClaims ( this role, |
||
role | this | |
Claims | ||
return | void |