asp.net.ph

PassportIdentity.IsAuthenticated Property

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;

Property Value

true if the user is authenticated against a central site responsible for Passport authentication; otherwise, false.

Implements

IIdentity.IsAuthenticated

Remarks

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

See Also

PassportIdentity Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

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

You can help support asp.net.ph