Inheritance
System.Object
AppUserClaim
Namespace:InfinniPlatform.Auth
Assembly:InfinniPlatform.Auth.dll
public class AppUserClaim : object
Constructors
|
Improve this Doc
View Source
Declaration
|
Improve this Doc
View Source
Declaration
public AppUserClaim(Claim claim)
Parameters
Type |
Name |
Description |
Claim |
claim |
|
Properties
|
Improve this Doc
View Source
Declaration
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string Value { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
Declaration
public Claim ToSecurityClaim()
Returns
Extension Methods