AuthTicket Class (BCL)

Contains the authentication ticket for the user.

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

Public Instance Methods

Method Description
Dispose (Inherited from TicketBase) Releases resources used by this object.
SignOut Deletes the AuthTicket if one exists.

 

Public Instance Properties

Property Description
Item(String) Retrieves properties set in the ticket by name.
UserID Sets and retrieves the user ID property on the AuthTicket class.
Value (Inherited from TicketBase) Retrieves the ticket in string form.

 

Protected Instance Methods

Method Description
CheckState (Inherited from TicketBase) Verifies that the object has not already been disposed.
Dispose(Boolean) (Inherited from TicketBase) Releases the unmanaged resources used by this class and optionally releases the managed resources.

 

Requirements

Namespace: Microsoft.CommerceServer.Runtime

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.