WindowsTokenRoleProvider Methods
.NET Framework 2.0
(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: