AuthTicket Class

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.

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

Syntax

'Declaration
Public NotInheritable Class AuthTicket _
    Inherits TicketBase
'Usage
Dim instance As AuthTicket
public sealed class AuthTicket : TicketBase
public ref class AuthTicket sealed : public TicketBase
public final class AuthTicket extends TicketBase

Inheritance Hierarchy

System..::.Object
  Microsoft.CommerceServer.Runtime..::.TicketBase
    Microsoft.CommerceServer.Runtime..::.AuthTicket

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

AuthTicket Members

Microsoft.CommerceServer.Runtime Namespace