This documentation is archived and is not being maintained.
WindowsTokenRoleProvider Members
Visual Studio 2008
Gets role information for an ASP.NET application from Windows group membership.
The WindowsTokenRoleProvider type exposes the following members.
| Name | Description | |
|---|---|---|
|
WindowsTokenRoleProvider | Creates an instance of the WindowsTokenRoleProvider class. |
| Name | Description | |
|---|---|---|
|
AddUsersToRoles | This method is not supported by the Windows token role provider. (Overrides RoleProvider.AddUsersToRoles(String(), String()).) |
|
CreateRole | This method is not supported by the Windows token role provider. (Overrides RoleProvider.CreateRole(String).) |
|
DeleteRole | This method is not supported by the Windows token role provider. (Overrides RoleProvider.DeleteRole(String, Boolean).) |
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
FindUsersInRole | This method is not supported by the Windows token role provider. (Overrides RoleProvider.FindUsersInRole(String, String).) |
|
GetAllRoles | This method is not supported by the Windows token role provider. (Overrides RoleProvider.GetAllRoles.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetRolesForUser | Gets a list of the Windows groups that a user is in. (Overrides RoleProvider.GetRolesForUser(String).) |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
GetUsersInRole | This method is not supported by the Windows token role provider. (Overrides RoleProvider.GetUsersInRole(String).) |
|
Initialize | Initializes the Windows token role provider with the property values specified in the configuration file for the ASP.NET application. This method is not intended to be used directly from your code. (Overrides ProviderBase.Initialize(String, NameValueCollection).) |
|
IsUserInRole | Overloaded. Gets a value indicating whether the specified user is in the specified built-in Windows role. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
RemoveUsersFromRoles | This method is not supported by the Windows token role provider. (Overrides RoleProvider.RemoveUsersFromRoles(String(), String()).) |
|
RoleExists | This method is not supported by the Windows token role provider. (Overrides RoleProvider.RoleExists(String).) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
ApplicationName | Gets or sets the name of the application. (Overrides RoleProvider.ApplicationName.) |
|
Description | Gets a brief, friendly description suitable for display in administrative tools or other user interfaces (UIs). (Inherited from ProviderBase.) |
|
Name | Gets the friendly name used to refer to the provider during configuration. (Inherited from ProviderBase.) |
Show: