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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.