asp.net.ph

PassportIdentity.GetIsAuthenticated Method ( Int32, Int32, Int32 )

System.Web.Security Namespace   PassportIdentity Class


Indicates whether the user is authenticated by a Passport authority.

[ VB ]
Overloads Public Function GetIsAuthenticated ( _
   iTimeWindow As Integer, _
   iForceLogin As Integer, _
   iCheckSecure As Integer _
 ) As Boolean

[ C# ]
public bool GetIsAuthenticated (
   int iTimeWindow,
   int iForceLogin,
   int iCheckSecure
);

[ C++ ]
public: bool GetIsAuthenticated (
   int iTimeWindow,
   int iForceLogin,
   int iCheckSecure
);

[ JScript ]
public function GetIsAuthenticated (
   iTimeWindow : int,
   iForceLogin : int,
   iCheckSecure : int
 ) : 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.
iForceLogin
Determines how the iTimeWindow parameter is used. Pass -1 to indicate that Passport should use the default value.
iCheckSecure
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 central site responsible for Passport authentication; 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