Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This method supports the AD FS infrastructure and is not intended to be used directly from your code. Gets the URL of the Federation Server Proxy/Logon Server to which redirects need to go.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public void GetLsUrl(
out string lsUrl
)
public:
virtual void GetLsUrl(
[OutAttribute] String^% lsUrl
) sealed
abstract GetLsUrl :
lsUrl:string byref -> unit
override GetLsUrl :
lsUrl:string byref -> unit
Public Sub GetLsUrl (
<OutAttribute> ByRef lsUrl As String
)
Parameters
lsUrl
Type: System.StringThe Logon Server URL.
Implements
IWebSsoTokenVerifier.GetLsUrl(String)
See Also
WebSsoTokenVerifier Class
System.Web.Security.SingleSignOn Namespace
Return to top