Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Abstracts the authentication components.
The AuthenticationInfo type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
CheckState | Verifies that the object has not already been disposed. (Inherited from AuthManager.) |
![]() |
Dispose | Overloaded. |
![]() |
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. (Inherited from AuthManager.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
GetUserIDFromCookie | Use this method to retrieve the user identification from a specified cookie. (Inherited from AuthManager.) |
![]() |
GetUserIDFromCookieAndKey | Use this method to retrieve the user identifier from a specified cookie using an encryption key. (Inherited from AuthManager.) |
![]() |
IsAuthenticated | Overloaded. |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
Refresh | Use this method to update the cached site configuration resource properties after any of the properties have been changed. (Inherited from AuthManager.) |
![]() |
SetAuthTicket | Overloaded. |
![]() |
SetProfileTicket | Sets an MSCSProfile ticket for an anonymous user. (Inherited from AuthManager.) |
![]() |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
AuthTicket | Gets the authentication ticket for the current user. (Inherited from AuthManager.) |
![]() |
ProfileTicket | Gets the ProfileTicket for the current user. (Inherited from AuthManager.) |
![]() |
SupportsPersistentCookies | Gets a value indicating whether the user supports persistent cookies. |
![]() |
SupportsSessionCookies | Gets a value indicating whether the user supports session cookies. |
Top