PassportIdentity.GetIsAuthenticated Method (Int32, Boolean, Boolean)

Indicates whether the user is authenticated by a central site responsible for Passport authentication.

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

public bool GetIsAuthenticated (
	int iTimeWindow,
	bool bForceLogin,
	bool bCheckSecure
)
public boolean GetIsAuthenticated (
	int iTimeWindow, 
	boolean bForceLogin, 
	boolean bCheckSecure
)
public function GetIsAuthenticated (
	iTimeWindow : int, 
	bForceLogin : boolean, 
	bCheckSecure : boolean
) : boolean
Not applicable.

Parameters

iTimeWindow

Specifies the interval during which members must have last logged on to the calling domain. Pass -1 to indicate that Passport should use the default value.

bForceLogin

Determines how the iTimeWindow parameter is used.

bCheckSecure

Enables checking for an encrypted logon. SSL sign-in is not available as an option in the current version Login servers, so the value passed in is ignored at the server.

Return Value

true if the user is authenticated by a Passport authority; otherwise, false.

This version (int, bool, bool) of GetIsAuthenticated is for use with the Passport SDK version 1.4. Later versions (2.x) use the GetIsAuthenticated method that expects three integers in the method call. For more information, see the Passport SDK documentation for IPassportManager.IsAuthenticated in the MSDN Library at http://msdn.microsoft.com/library.

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: