WindowsTokenRoleProvider Methods

(see also Protected Methods )
  Name Description
Public method AddUsersToRoles Overridden.
This method is not supported by the Windows token role provider.
Public method CreateRole Overridden.
This method is not supported by the Windows token role provider.
Public method DeleteRole Overridden.
This method is not supported by the Windows token role provider.
Public method Equals  Overloaded.
Determines whether two Object instances are equal.
(inherited from Object)
Public method FindUsersInRole Overridden.
This method is not supported by the Windows token role provider.
Public method GetAllRoles Overridden.
This method is not supported by the Windows token role provider.
Public method GetHashCode 
Serves as a hash function for a particular type.
(inherited from Object)
Public method GetRolesForUser Overridden.
Gets a list of the Windows groups that a user is in.
Public method GetType 
Gets the Type of the current instance.
(inherited from Object)
Public method GetUsersInRole Overridden.
This method is not supported by the Windows token role provider.
Public method 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.
Public method IsUserInRole Overloaded. Overridden.
Gets a value indicating whether the specified user is in the specified built-in Windows role.
Public method Static ReferenceEquals 
Determines whether the specified Object instances are the same instance.
(inherited from Object)
Public method RemoveUsersFromRoles Overridden.
This method is not supported by the Windows token role provider.
Public method RoleExists Overridden.
This method is not supported by the Windows token role provider.
Public method ToString 
Returns a String that represents the current Object.
(inherited from Object)
Top

  Name Description
Protected method 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)
Protected method MemberwiseClone 
Creates a shallow copy of the current Object.
(inherited from Object)
Top

Community Additions

ADD
Show: