Метод | Описание | |
---|---|---|
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 | |
Результат | bool |
public static Set ( this c, string ClaimKey, bool Value ) : void | ||
c | this | |
ClaimKey | string | |
Value | bool | |
Результат | void |
public static SetClaims ( this role, |
||
role | this | |
Claims | ||
Результат | void |