CommerceAuthenticationModule Class

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.

Namespace:  Microsoft.CommerceServer.Runtime
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)

Syntax

'Declaration
Public NotInheritable Class CommerceAuthenticationModule _
    Inherits CommerceModule
'Usage
Dim instance As CommerceAuthenticationModule
public sealed class CommerceAuthenticationModule : CommerceModule
public ref class CommerceAuthenticationModule sealed : public CommerceModule
public final class CommerceAuthenticationModule extends CommerceModule

Remarks

This class is sealed.

Inheritance Hierarchy

System..::.Object
  Microsoft.CommerceServer.Runtime..::.CommerceModule
    Microsoft.CommerceServer.Runtime..::.CommerceAuthenticationModule

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

CommerceAuthenticationModule Members

Microsoft.CommerceServer.Runtime Namespace