Share via


AuthManager.IsAuthenticated (Int32) Method (BCL)

Use this method to determine whether the current user has a valid MSCSAuth ticket. Determines if the user has been authenticated within a specified period of time.

[Visual Basic .NET]

Public Function IsAuthenticated( _ByValtimeWindow As System.Int32 _
) As System.Boolean

[C#]

public System.Boolean IsAuthenticated(System.Int32timeWindow);

Parameters

[Visual Basic .NET]

  • timeWindow
    An Integer that contains the time period in minutes.

[C#]

  • timeWindow
    An Integer that contains the time period in minutes.

Return Value

This method returns a Boolean indicating whether or not the current user is authenticated with the given time window.

Requirements

Namespace: Microsoft.CommerceServer.Runtime

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.