LSAuthenticationObject.RedirectToAccountFederationPartner Method (String)
Redirects the client to an account partner for authentication. This method should be called by the discovery form when a user's home realm has been determined.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public void RedirectToAccountFederationPartner(
string partnerUri
)
public:
void RedirectToAccountFederationPartner(
String^ partnerUri
)
member RedirectToAccountFederationPartner :
partnerUri:string -> unit
Public Sub RedirectToAccountFederationPartner (
partnerUri As String
)
Parameters
partnerUri
Type: System.StringThe URI of the account partner which should authenticate this user. This URI must be one of the URIs specified in the LSDiscoveryFormContext’s DiscoveryTable.
Remarks
This method will throw an exception if the Logon Server is not enabled as a resource Logon Server.
See Also
LSAuthenticationObject Class
System.Web.Security.SingleSignOn Namespace
Return to top