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