Share via


AuthManager.GetUserIDFromCookie (String) Method (BCL)

Use this method to retrieve the user ID from a specified cookie.

[Visual Basic .NET]

Public Function GetUserIDFromCookie( _ByValcookie As System.String _
) As System.String

[C#]

public System.String GetUserIDFromCookie(System.Stringcookie);

Parameters

[Visual Basic .NET]

  • cookie
    A String containing the cookie.

[C#]

  • cookie
    A String containing the cookie.

Return Value

This method returns a String containing the user ID from the specified cookie.

Requirements

Namespace: Microsoft.CommerceServer.Runtime

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.