Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a Role entity
System.Object
Microsoft.AspNet.Identity.EntityFramework.IdentityRole
Namespace: Microsoft.AspNet.Identity.EntityFramework
Assembly: Microsoft.AspNet.Identity.EntityFramework (in Microsoft.AspNet.Identity.EntityFramework.dll)
'Declaration
Public Class IdentityRole _
Implements IRole
'Usage
Dim instance As IdentityRole
public class IdentityRole : IRole
public ref class IdentityRole : IRole
type IdentityRole =
class
interface IRole
end
public class IdentityRole implements IRole
The IdentityRole type exposes the following members.
Name | Description | |
---|---|---|
![]() |
IdentityRole() | Constructor |
![]() |
IdentityRole(String) | Constructor |
Top
Top
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.