WebSsoTokenVerifier.SetFsUrl Method (String)

 

This method supports the AD FS infrastructure and is not intended to be used directly from your code. Sets the Federation Server URL.

Namespace:   System.Web.Security.SingleSignOn
Assembly:  System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)

Syntax

public void SetFsUrl(
    string fsUrl
)
public:
virtual void SetFsUrl(
    String^ fsUrl
) sealed
abstract SetFsUrl : 
        fsUrl:string -> unit
override SetFsUrl : 
        fsUrl:string -> unit
Public Sub SetFsUrl (
    fsUrl As String
)

Parameters

Implements

IWebSsoTokenVerifier.SetFsUrl(String)

See Also

WebSsoTokenVerifier Class
System.Web.Security.SingleSignOn Namespace

Return to top