PassportIdentity.AuthUrl Method (String)
.NET Framework (current version)
Returns a string containing the Login server URL for a member, along with optional information sent to the Login server in the query string. This class is deprecated.
Assembly: System.Web (in System.Web.dll)
Parameters
- strReturnUrl
-
Type:
System.String
The URL of the location that the Login server should redirect to after logon is complete. Pass null to indicate that Passport should use the default value.
Return Value
Type: System.StringThe Login server URL for a member, as well as the optional information sent to the Login server in the query string.
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.
.NET Framework
Available since 1.1
Available since 1.1
Show: