IdentityRole Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The default implementation of IdentityRole<TKey> which uses a string as the primary key.
public ref class IdentityRole : Microsoft::AspNetCore::Identity::IdentityRole<System::String ^>
public class IdentityRole : Microsoft.AspNetCore.Identity.IdentityRole<string>
type IdentityRole = class
inherit IdentityRole<string>
Public Class IdentityRole
Inherits IdentityRole(Of String)
- Inheritance
Constructors
IdentityRole() |
Initializes a new instance of IdentityRole. |
IdentityRole(String) |
Initializes a new instance of IdentityRole. |
Properties
ConcurrencyStamp |
A random value that should change whenever a role is persisted to the store (Inherited from IdentityRole<TKey>) |
Id |
Gets or sets the primary key for this role. (Inherited from IdentityRole<TKey>) |
Name |
Gets or sets the name for this role. (Inherited from IdentityRole<TKey>) |
NormalizedName |
Gets or sets the normalized name for this role. (Inherited from IdentityRole<TKey>) |
Methods
ToString() |
Returns the name of the role. (Inherited from IdentityRole<TKey>) |