PassportIdentity::GetIsAuthenticated Method (Int32, Int32, Int32)
Indicates whether the user is authenticated by a Passport authority. This class is deprecated.
Assembly: System.Web (in System.Web.dll)
Parameters
- iTimeWindow
-
Type:
System::Int32
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
-
Type:
System::Int32
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
-
Type:
System::Int32
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
Type: System::Booleantrue if the user is authenticated by a central site responsible for Passport authentication; otherwise, false.
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 Windows Live ID SDK.
Available since 1.1