System.Web.Security Namespace PassportIdentity Class
Gets a value indicating whether the user is authenticated against a Passport authority.
[ VB ]
Public ReadOnly Property IsAuthenticated As Boolean Implements _
IIdentity.IsAuthenticated
[ C# ]
public bool IsAuthenticated {get;}
[ C++ ]
public: __property bool get_IsAuthenticated ( );
[ JScript ]
public function get IsAuthenticated ( ) : Boolean;
true if the user is authenticated against a central site responsible for Passport authentication; otherwise, false.
IIdentity.IsAuthenticated
For more information, see the Passport SDK documentation in the MSDN Library.
PassportIdentity Members