PassportIdentity.GetIsAuthenticated Method (Int32, Int32, Int32)
Assembly: System.Web (in system.web.dll)
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
SecureLevel10 or 100 for the Passport ManagerIsAuthenticatedmethod. 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.