PassportIdentity.GetIsAuthenticated Method (Int32, Boolean, Boolean)
.NET Framework 2.0
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)
Assembly: System.Web (in system.web.dll)
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.
Community Additions
ADD
Show: