DefaultProfileProvider Class
Represents the implemented ProfileProvider using EntityFramework.
Namespace: System.Web.Providers
Assembly: System.Web.Providers (in System.Web.Providers.dll)
Inheritance Hierarchy
System.Object
System.Configuration.Provider.ProviderBase
System.Configuration.SettingsProvider
System.Web.Profile.ProfileProvider
System.Web.Providers.DefaultProfileProvider
Syntax
public class DefaultProfileProvider : ProfileProvider
public ref class DefaultProfileProvider : ProfileProvider
type DefaultProfileProvider =
class
inherit ProfileProvider
end
Public Class DefaultProfileProvider
Inherits ProfileProvider
Constructors
Name | Description | |
---|---|---|
![]() |
DefaultProfileProvider() | Initializes a new instance of the DefaultProfileProvider class. |
Properties
Name | Description | |
---|---|---|
![]() |
ApplicationName | Gets or sets the application name.(Overrides SettingsProvider.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