RolePrincipal.ProviderName Property
Gets the name of the role provider that stores and retrieves role information for the user.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.StringThe name of the role provider that stores and retrieves role information for the user.
The ProviderName property exposes the name of the role provider that manages the role information for the user represented by the RolePrincipal object. This enables you to access the specific role-provider instance for a user by using the Providers property of the Roles class regardless of whether the provider is the default provider for the application. For example, you may create a method that takes a RolePrincipal as input and returns the list of roles for the represented user. You can ensure that the appropriate role provider is used to return the list of roles for the RolePrincipal by calling the GetRolesForUser method of the role provider from the Providers collection that is indexed by the ProviderName property value.
To populate the RolePrincipal object for each request, you must use a GetRoles event handler defined in the Global.asax file for the application.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.