共用方式為


WebSsoTokenVerifier.GetLsUrl Method (String)

 

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

Implements

IWebSsoTokenVerifier.GetLsUrl(String)

See Also

WebSsoTokenVerifier Class
System.Web.Security.SingleSignOn Namespace

Return to top