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
roleNamestringThe role name.
Properties
ConcurrencyStamp
Gets or sets the concurrency stamp.
public virtual string ConcurrencyStamp { get; set; }
Property Value
Id
Gets or sets the role ID.
public virtual string Id { get; set; }
Property Value
Name
Gets or sets the role name.
public virtual string Name { get; set; }
Property Value
NormalizedName
Gets or sets the normalized role name.
public virtual string NormalizedName { get; set; }