Interface IUserClaim
- Namespace
- The.Components
- Assembly
- Instagile.dll
Represents an application-specific claim entity.
public interface IUserClaim : IEntity, IHasChanges
- Inherited Members
- Extension Methods
Properties
Account
IUserAccount? Account { get; set; }
Property Value
Key
string Key { get; set; }
Property Value
Properties
IUserClaimProperties Properties { get; }
Property Value
Value
string Value { get; set; }