PassportIdentity.GetFromNetworkServer 属性

定义

获取有关 Passport 服务器连接和查询字符串的信息。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

属性值

Boolean

如果连接正从 Passport 服务器返回(登录、更新或注册),并且查询字符串中包含的 Passport 数据有效,则为 true;否则,为 falsetrue 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.

注解

此类已弃用且不再受支持。This class has been deprecated and is no longer supported. Microsoft Passport 网络已替换为 Windows Live ID。Microsoft Passport Network has been replaced by Windows Live ID. 有关如何使用 Windows Live ID 在 Web 应用程序中对用户进行身份验证的详细信息,请参阅 Windows LIVE ID SDKFor more information about how to use Windows Live ID to authenticate users in a Web application, see Windows Live ID SDK.

适用于