System.Web.Security.PassportIdentity.GetIsAuthenticated Method

Indicates whether the user is authenticated by a Passport authority. This class is deprecated.

Syntax

public bool GetIsAuthenticated (int iTimeWindow, int iForceLogin, int iCheckSecure)

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.

Returns

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

Remarks

This class has been deprecated and is no longer supported. Microsoft Passport Network has been replaced by Windows Live ID. For more information about how to use Windows Live ID to authenticate users in a Web application, see tp://go.microsoft.com/fwlink/?LinkId=106346.

Requirements

Namespace: System.Web.Security
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0