System.Web.Security Namespace PassportIdentity Class
Gets information on a Passport server connection and query string.
[ VB ]
Public ReadOnly Property GetFromNetworkServer As Boolean
[ C# ]
public bool GetFromNetworkServer {get;}
[ C++ ]
public: __property bool get_GetFromNetworkServer ( );
[ JScript ]
public function get GetFromNetworkServer ( ) : Boolean;
true if a connection is coming back from the Passport server ( logon, update, or registration ) and if the Passport data contained on the query string is valid; otherwise, false.
For more information, see the Passport SDK documentation in the MSDN Library.
PassportIdentity Members