Table of Contents

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

IUserAccount

Key

string Key { get; set; }

Property Value

string

Properties

IUserClaimProperties Properties { get; }

Property Value

IUserClaimProperties

Value

string Value { get; set; }

Property Value

string