WindowsTokenRoleProvider Members
.NET Framework 3.0
Gets role information for an ASP.NET application from Windows group membership.
The following tables list the members exposed by the WindowsTokenRoleProvider type.
| Name | Description | |
|---|---|---|
| WindowsTokenRoleProvider | Creates an instance of the WindowsTokenRoleProvider class. |
| Name | Description | |
|---|---|---|
| ApplicationName | Overridden. Gets or sets the name of the application. |
| 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) |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| AddUsersToRoles | Overridden. This method is not supported by the Windows token role provider. |
| CreateRole | Overridden. This method is not supported by the Windows token role provider. |
| DeleteRole | Overridden. This method is not supported by the Windows token role provider. |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| FindUsersInRole | Overridden. This method is not supported by the Windows token role provider. |
| GetAllRoles | Overridden. This method is not supported by the Windows token role provider. |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetRolesForUser | Overridden. Gets a list of the Windows groups that a user is in. |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| GetUsersInRole | Overridden. This method is not supported by the Windows token role provider. |
| Initialize | Overridden. 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. |
| IsUserInRole | Overloaded. Overridden. Gets a value indicating whether the specified user is in the specified built-in Windows role. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| RemoveUsersFromRoles | Overridden. This method is not supported by the Windows token role provider. |
| RoleExists | Overridden. This method is not supported by the Windows token role provider. |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
Reference
WindowsTokenRoleProvider ClassSystem.Web.Security Namespace
Other Resources
Understanding Role ManagementCommunity Additions
ADD
Show: