AuthManager Class

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Performs user identification and authentication and manages user security information.

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

Syntax

'Declaration
Public Class AuthManager _
    Implements IDisposable
'Usage
Dim instance As AuthManager
public class AuthManager : IDisposable
public ref class AuthManager : IDisposable
public class AuthManager implements IDisposable

Inheritance Hierarchy

System..::.Object
  Microsoft.CommerceServer.Runtime..::.AuthManager
    Microsoft.CommerceServer.Runtime..::.AuthenticationInfo

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

AuthManager Members

Microsoft.CommerceServer.Runtime Namespace