Table of Contents

Class IdentityRoleClaim<TKey>

Namespace
LinqToDB.Identity
Assembly
LinqToDB.Identity.dll

Represents a claim that is granted to all users within a role.

public class IdentityRoleClaim<TKey> : IdentityRoleClaim<TKey>, IIdentityRoleClaim<TKey>, IClameConverter where TKey : IEquatable<TKey>

Type Parameters

TKey

The type of the primary key of the role associated with this claim.

Inheritance
object
IdentityRoleClaim<TKey>
Implements
Inherited Members