Interface IIdentityRole<TKey>
Represents a role in the identity system
public interface IIdentityRole<TKey> : IConcurrency<TKey> where TKey : IEquatable<TKey>
Type Parameters
TKey
The type used for the primary key for the role.
- Inherited Members
Properties
Name
Gets or sets the name for this role.
string Name { get; set; }
Property Value
NormalizedName
Gets or sets the normalized name for this role.
string NormalizedName { get; set; }