IdentityRoleClaim Class
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.
public ref class IdentityRoleClaim : Microsoft::AspNet::Identity::CoreCompat::IdentityRoleClaim<System::String ^>
public class IdentityRoleClaim : Microsoft.AspNet.Identity.CoreCompat.IdentityRoleClaim<string>
type IdentityRoleClaim = class
inherit IdentityRoleClaim<string>
Public Class IdentityRoleClaim
Inherits IdentityRoleClaim(Of String)
- Inheritance
Claim |
Claim type (Inherited from IdentityRoleClaim<TKey>) |
Claim |
Claim value (Inherited from IdentityRoleClaim<TKey>) |
Id |
Primary key (Inherited from IdentityRoleClaim<TKey>) |
Role |
User Id for the role this claim belongs to (Inherited from IdentityRoleClaim<TKey>) |