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 | |
---|---|---|
AuthManager | Initializes a new instance of the AuthManager class. |
Top
Methods
Name | Description | |
---|---|---|
CheckState | Verifies that the object has not already been disposed. | |
Dispose | Overloaded. Use this method to release resources used by the AuthManager object. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GenerateEncryptionKey | Use this method to generate an encryption key for encrypting/decrypting cookie and query string data for tickets. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
GetUserIDFromCookie | Use this method to retrieve the user identification from a specified cookie. | |
GetUserIDFromCookieAndKey | Use this method to retrieve the user identifier from a specified cookie using an encryption key. | |
IsAuthenticated | Overloaded. Use this method to determine whether the current user has a valid MSCSAuth ticket. | |
MemberwiseClone | (Inherited from Object.) | |
Refresh | Use this method to update the cached site configuration resource properties after any of the properties have been changed. | |
SetAuthTicket | Overloaded. Sets an encrypted MSCSAuth ticket for a registered user. | |
SetProfileTicket | Sets an MSCSProfile ticket for an anonymous user. | |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
AuthTicket | Gets the authentication ticket for the current user. | |
ProfileTicket | Gets the ProfileTicket for the current user. |
Top