AuthorizationStoreRoleProvider Methods

(see also Protected Methods )
  Name Description
Public method AddUsersToRoles Overridden.
Adds the specified user names to each of the specified roles.
Public method CreateRole Overridden.
Adds a new role to the role authorization-manager policy store.
Public method DeleteRole Overridden.
Removes a role from the authorization-manager policy store.
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 authorization store role provider.
Public method GetAllRoles Overridden.
Gets a list of all the roles for the application.
Public method GetHashCode 
Serves as a hash function for a particular type.
(inherited from Object)
Public method GetRolesForUser Overridden.
Gets a list of the roles that a user is in.
Public method GetType 
Gets the Type of the current instance.
(inherited from Object)
Public method GetUsersInRole Overridden.
Gets a list of users in the specified role.
Public method Initialize Overridden.
Initializes the authorization-manager role provider with the property values specified in the ASP.NET application's configuration file. This method is not intended to be used directly from your code.
Public method IsUserInRole Overridden.
Gets a value indicating whether the specified user is in the specified role.
Public method Static ReferenceEquals 
Determines whether the specified Object instances are the same instance.
(inherited from Object)
Public method RemoveUsersFromRoles Overridden.
Removes the specified user names from the specified roles.
Public method RoleExists Overridden.
Gets a value indicating whether the specified role name already exists in the authorization-manager policy store.
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: