Share via


AuthManager.SetAuthTicket (String, Boolean) Method (BCL)

Use this method to set an encrypted MSCSAuth ticket for a registered user with the default time window of 90 minutes.

[Visual Basic .NET]

Public Sub SetAuthTicket( _ByValuserID As System.String, _
  ByValcookieSupport As System.Boolean, _
) 

[C#]

public void SetAuthTicket(System.StringuserID,
  System.BooleancookieSupport,
);

Parameters

[Visual Basic .NET]

  • userID
    A String that contains the user ID.
  • cookieSupport
    A Boolean that indicates whether or not the client supports cookies.

[C#]

  • userID
    A String that contains the user ID.
  • cookieSupport
    A Boolean that indicates whether or not the client supports cookies.

Requirements

Namespace: Microsoft.CommerceServer.Runtime

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.