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. 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
fsUrl
Type: System.StringThe Federation Server URL to set.
Implements
IWebSsoTokenVerifier.SetFsUrl(String)
See Also
WebSsoTokenVerifier Class
System.Web.Security.SingleSignOn Namespace
Return to top