PassportIdentity.GetFromNetworkServer Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets information on a Passport server connection and query string. This class is deprecated.
public:
property bool GetFromNetworkServer { bool get(); };
public bool GetFromNetworkServer { get; }
member this.GetFromNetworkServer : bool
Public ReadOnly Property GetFromNetworkServer As 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
This class has been deprecated and is no longer supported. Microsoft Passport Network has been replaced by Windows Live ID. For more information about how to use Windows Live ID to authenticate users in a Web application, see Windows Live ID SDK.