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




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