AuthTicket Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Contains the authentication ticket for the user. This class cannot be inherited.
The AuthTicket type exposes the following members.
Methods
Name | Description | |
---|---|---|
CheckState | Verifies that the object has not already been disposed. (Inherited from TicketBase.) | |
Dispose | Overloaded. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SignOut | Deletes the AuthTicket. | |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Item | Gets and sets the properties on an authentication ticket by name. (Overrides TicketBase..::.Item[([(String])]).) | |
UserID | Gets or sets the user identification on the authentication ticket. (Overrides TicketBase..::.UserID.) | |
Value | Gets the ticket. (Inherited from TicketBase.) |
Top