Table of Contents

Class SqliteIdentityRole

Namespace
Hi.SqliteUtils
Assembly
HiNc.dll

Base class for SQLite-based identity roles.

public class SqliteIdentityRole
Inheritance
SqliteIdentityRole
Inherited Members
Extension Methods

Constructors

SqliteIdentityRole()

Initializes a new instance of the SqliteIdentityRole class.

public SqliteIdentityRole()

SqliteIdentityRole(string)

Initializes a new instance of the SqliteIdentityRole class with the specified role name.

public SqliteIdentityRole(string roleName)

Parameters

roleName string

The role name.

Properties

ConcurrencyStamp

Gets or sets the concurrency stamp.

public virtual string ConcurrencyStamp { get; set; }

Property Value

string

Id

Gets or sets the role ID.

public virtual string Id { get; set; }

Property Value

string

Name

Gets or sets the role name.

public virtual string Name { get; set; }

Property Value

string

NormalizedName

Gets or sets the normalized role name.

public virtual string NormalizedName { get; set; }

Property Value

string