AuthManager.IsAuthenticated Method (BCL)
Use this method to determine whether the current user has a valid MSCSAuth ticket, authenticated within the default time window of 90 minutes.
[Visual Basic .NET]
Public Function IsAuthenticated( _) As System.Boolean
[C#]
public System.Boolean IsAuthenticated();
Return Value
This method returns a Boolean indicating whether or not the current user is authenticated.
Requirements
Namespace: Microsoft.CommerceServer.Runtime
Platforms: Windows 2000, Windows Server 2003
Assembly: Microsoft.CommerceServer.Runtime.dll
Copyright © 2005 Microsoft Corporation.
All rights reserved.