Share via


SignOut Method

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Deletes the AuthTicket.

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

Syntax

'Declaration
Public Sub SignOut
'Usage
Dim instance As AuthTicket

instance.SignOut()
public void SignOut()
public:
void SignOut()
public function SignOut()

Exceptions

Exception Condition
CommerceAuthenticationException

The ticket could not be deleted.

Remarks

Use this method to delete the AuthTicket if one exists.

Permissions

See Also

Reference

AuthTicket Class

AuthTicket Members

Microsoft.CommerceServer.Runtime Namespace