Table of Contents

Class IdentityRole

Namespace
LinqToDB.Identity
Assembly
LinqToDB.Identity.dll

The default implementation of IdentityRole<TKey> which uses a string as the primary key.

public class IdentityRole : IdentityRole<string>, IIdentityRole<string>, IConcurrency<string>
Inheritance
IdentityRole
Implements
Inherited Members

Constructors

IdentityRole()

Initializes a new instance of IdentityRole.

public IdentityRole()

Remarks

The Id property is initialized to from a new GUID string value.

IdentityRole(string)

Initializes a new instance of IdentityRole.

public IdentityRole(string roleName)

Parameters

roleName string

The role name.

Remarks

The Id property is initialized to from a new GUID string value.