PassportIdentity.GetFromNetworkServer Property
.NET Framework 3.0
Gets information on a Passport server connection and query string.
Namespace: System.Web.Security
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public boolean get_GetFromNetworkServer ()
public function get GetFromNetworkServer () : boolean
Not applicable.
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.Community Additions
ADD
Show: