IWebSsoTokenVerifier.SetFsUrl Method (String)
Sets the Federation Server URL.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
void SetFsUrl(
string fsUrl
)
void SetFsUrl(
String^ fsUrl
)
abstract SetFsUrl :
fsUrl:string -> unit
Sub SetFsUrl (
fsUrl As String
)
Parameters
fsUrl
Type: System.StringThe Federation Server URL.
See Also
IWebSsoTokenVerifier Interface
System.Web.Security.SingleSignOn Namespace
Return to top