RoleManagerModule Members

Manages a RolePrincipal instance for the current user. This class cannot be inherited.

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

  Name Description
Public method RoleManagerModule Creates a new instance of the RoleManagerModule class.
Top

(see also Protected Methods )
  Name Description
Public method Dispose Called by the HTTP runtime to dispose of the role-manager module.
Public method Equals  Overloaded. Determines whether two Object instances are equal. (inherited from Object)
Public method GetHashCode  Serves as a hash function for a particular type. (inherited from Object)
Public method GetType  Gets the Type of the current instance. (inherited from Object)
Public method Init Associates the role manager with the specified application.
Public method Static ReferenceEquals  Determines whether the specified Object instances are the same instance. (inherited from Object)
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

  Name Description
Public event GetRoles A global application event that is raised when the RoleManagerModule is ready to create a RolePrincipal that represents the current user.
Top

Community Additions

ADD
Show: