Share via


IWebSsoTokenVerifier.GetLsUrl Method (String)

 

Gets the URL of the Federation Server Proxy or 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

void GetLsUrl(
    out string lsUrl
)
void GetLsUrl(
    [OutAttribute] String^% lsUrl
)
abstract GetLsUrl : 
        lsUrl:string byref -> unit
Sub GetLsUrl (
    <OutAttribute> ByRef lsUrl As String
)

Parameters

See Also

IWebSsoTokenVerifier Interface
System.Web.Security.SingleSignOn Namespace

Return to top