AuthorizationStoreRoleProvider Members

Manages storage of role-membership information for an ASP.NET application in an authorization-manager policy store, either in an XML file, in an Active Directory, or on an Active Directory Application Mode server.

The following tables list the members exposed by the AuthorizationStoreRoleProvider type.

  Name Description
Public method AuthorizationStoreRoleProvider Initializes a new instance of the AuthorizationStoreRoleProvider class.
Top

  Name Description
Public property ApplicationName Overridden. Gets or sets the name of the authorization store application for which to store and retrieve role information.
Public property CacheRefreshInterval Gets the number of minutes between refreshes of the cache of the policy-store data.
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)
Public property ScopeName Gets or sets the scope name for the authorization store.
Top

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