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;
- 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.
true if the user is authenticated by a central site responsible for Passport authentication; otherwise, false.
For more information, see the Passport SDK documentation for IPassportManager.IsAuthenticated in the MSDN Library.
PassportIdentity Members PassportIdentity.GetIsAuthenticated Overload List