CommerceAuthenticationModule Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Provides a framework context for managing the authentication of site visitors, client side cookie detection, and creation of an instance of the AuthManagerInfo class at page scope. This class cannot be inherited.
The CommerceAuthenticationModule type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CommerceAuthenticationModule | Initializes a new instance of the CommerceAuthenticationModule class. |
Top
Methods
Name | Description | |
---|---|---|
Dispose | Overloaded. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Init | Initializes the module and sets up the event handlers. (Overrides CommerceModule..::.Init(HttpApplication).) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
IsInitialized | Gets a value indicating whether the current module instance has been initialized. (Inherited from CommerceModule.) |
Top