Share via


AuthManager Members

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

Performs user identification and authentication and manages user security information.

The AuthManager type exposes the following members.

Constructors

  Name Description
Aa137441.pubmethod(en-US,CS.70).gif AuthManager Initializes a new instance of the AuthManager class.

Top

Methods

  Name Description
Aa137441.protmethod(en-US,CS.70).gif CheckState Verifies that the object has not already been disposed.
Aa137441.pubmethod(en-US,CS.70).gif Dispose Overloaded. Use this method to release resources used by the AuthManager object.
Aa137441.pubmethod(en-US,CS.70).gif Equals (Inherited from Object.)
Aa137441.protmethod(en-US,CS.70).gif Finalize (Inherited from Object.)
Aa137441.pubmethod(en-US,CS.70).gif GenerateEncryptionKey Use this method to generate an encryption key for encrypting/decrypting cookie and query string data for tickets.
Aa137441.pubmethod(en-US,CS.70).gif GetHashCode (Inherited from Object.)
Aa137441.pubmethod(en-US,CS.70).gif GetType (Inherited from Object.)
Aa137441.pubmethod(en-US,CS.70).gif GetUserIDFromCookie Use this method to retrieve the user identification from a specified cookie.
Aa137441.pubmethod(en-US,CS.70).gif GetUserIDFromCookieAndKey Use this method to retrieve the user identifier from a specified cookie using an encryption key.
Aa137441.pubmethod(en-US,CS.70).gif IsAuthenticated Overloaded. Use this method to determine whether the current user has a valid MSCSAuth ticket.
Aa137441.protmethod(en-US,CS.70).gif MemberwiseClone (Inherited from Object.)
Aa137441.pubmethod(en-US,CS.70).gif Refresh Use this method to update the cached site configuration resource properties after any of the properties have been changed.
Aa137441.pubmethod(en-US,CS.70).gif SetAuthTicket Overloaded. Sets an encrypted MSCSAuth ticket for a registered user.
Aa137441.pubmethod(en-US,CS.70).gif SetProfileTicket Sets an MSCSProfile ticket for an anonymous user.
Aa137441.pubmethod(en-US,CS.70).gif ToString (Inherited from Object.)

Top

Properties

  Name Description
Aa137441.pubproperty(en-US,CS.70).gif AuthTicket Gets the authentication ticket for the current user.
Aa137441.pubproperty(en-US,CS.70).gif ProfileTicket Gets the ProfileTicket for the current user.

Top

See Also

Reference

AuthManager Class

Microsoft.CommerceServer.Runtime Namespace