This documentation is archived and is not being maintained.

PassportIdentity.GetFromNetworkServer Property

Gets information on a Passport server connection and query string.

[Visual Basic]
Public ReadOnly Property GetFromNetworkServer As Boolean
[C#]
public bool GetFromNetworkServer {get;}
[C++]
public: __property bool get_GetFromNetworkServer();
[JScript]
public function get GetFromNetworkServer() : Boolean;

Property Value

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.

Remarks

For more information, see the Passport SDK documentation in the MSDN Library at http://msdn.microsoft.com/library .

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also

PassportIdentity Class | PassportIdentity Members | System.Web.Security Namespace

Show: