PassportIdentity.GetIsAuthenticated Method (Int32, Int32, Int32)

Indicates whether the user is authenticated by a Passport authority.

Namespace: System.Web.Security
Assembly: System.Web (in system.web.dll)

public:
bool GetIsAuthenticated (
	int iTimeWindow, 
	int iForceLogin, 
	int iCheckSecure
)
public boolean GetIsAuthenticated (
	int iTimeWindow, 
	int iForceLogin, 
	int iCheckSecure
)
public function GetIsAuthenticated (
	iTimeWindow : int, 
	iForceLogin : int, 
	iCheckSecure : int
) : boolean
Not applicable.

Parameters

iTimeWindow

Specifies the interval during which members must have last logged on to the calling domain. A value of -1 indicates that Passport should use the default value, 0 represents false, and 1 represents true.

iForceLogin

Determines how the iTimeWindow parameter is used. A value of -1 indicates that Passport should use the default value, 0 represents false, and 1 represents true.

iCheckSecure

Enables checking for an encrypted logon. A value of -1 indicates that Passport should use the default value, 0 represents false, and 1 represents true.

A value of 10 or 100 for Passport version 2.1 Login servers specify SecureLevel 10 or 100 for the Passport Manager IsAuthenticated method. See the Passport version 2.1 SDK documentation for more information.

SSL sign-in is not available as an option for Passport version 1.4 Login servers. The value of iCheckSecure is ignored at the server.

Return Value

true if the user is authenticated by a central site responsible for Passport authentication; otherwise, false.

For more information about Passport authentication, see the Passport version 1.4 or version 2.1 SDK documentation for the IsAuthenticated method in the MSDN Library. Passport version 1.4 documentation is available online at http://msdn.microsoft.com/library. You can download the Passport version 2.1 SDK documentation from http://msdn.microsoft.com/downloads.

No code example is currently available or this language may not be supported.

Windows 98, Windows Server 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0, 1.1, 1.0

Community Additions

ADD
Show: