DefaultRoleProvider Class
Represents the implemented role provider using EntityFramework.
Namespace: System.Web.Providers
Assembly: System.Web.Providers (in System.Web.Providers.dll)
Inheritance Hierarchy
System.Object
System.Configuration.Provider.ProviderBase
System.Web.Security.RoleProvider
System.Web.Providers.DefaultRoleProvider
Syntax
public class DefaultRoleProvider : RoleProvider
public ref class DefaultRoleProvider : RoleProvider
type DefaultRoleProvider =
class
inherit RoleProvider
end
Public Class DefaultRoleProvider
Inherits RoleProvider
Constructors
Name | Description | |
---|---|---|
![]() |
DefaultRoleProvider() | Initializes a new instance of the DefaultRoleProvider class. |
Properties
Name | Description | |
---|---|---|
![]() |
ApplicationName | Gets or sets the application name.(Overrides RoleProvider.ApplicationName.) |
![]() |
Description | (Inherited from ProviderBase.) |
![]() |
Name | (Inherited from ProviderBase.) |
Methods
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
System.Web.Providers Namespace
ASP.NET Identity
Return to top