asp.net.ph

PassportIdentity.GetIsAuthenticated Method ( Int32, Boolean, Boolean )

System.Web.Security Namespace   PassportIdentity Class


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

[ VB ]
Overloads Public Function GetIsAuthenticated ( _
   iTimeWindow As Integer, _
   bForceLogin As Boolean, _
   bCheckSecure As Boolean _
 ) As Boolean

[ C# ]
public bool GetIsAuthenticated (
   int iTimeWindow,
   bool bForceLogin,
   bool bCheckSecure
);

[ C++ ]
public: bool GetIsAuthenticated (
   int iTimeWindow,
   bool bForceLogin,
   bool bCheckSecure
);

[ JScript ]
public function GetIsAuthenticated (
   iTimeWindow : int,
   bForceLogin : Boolean,
   bCheckSecure : Boolean
 ) : Boolean;

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. Pass -1 to indicate that Passport should use the default value.
bCheckSecure
Enables checking for a secure logon. Secure signon is not available as an option in the current version Login servers, so the value passed in is ignored at the server. Pass -1 to indicate that Passport should use the default value.

Return Value

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

Remarks

For more information, see the Passport SDK documentation for IPassportManager.IsAuthenticated in the MSDN Library.

See Also

PassportIdentity Members   PassportIdentity.GetIsAuthenticated Overload List Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note