WindowsTokenRoleProvider Members

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
Public method WindowsTokenRoleProvider Creates an instance of the WindowsTokenRoleProvider class.
Top

  Name Description
Public property ApplicationName Overridden. Gets or sets the name of the application.
Public property Description  Gets a brief, friendly description suitable for display in administrative tools or other user interfaces (UIs).(inherited from ProviderBase)
Public property Name  Gets the friendly name used to refer to the provider during configuration.(inherited from ProviderBase)
Top

(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: