HomeRealmDiscoveryPage.SelectHomeRealm Method

Active Directory Federation Services 2.0
Redirects the user to the specified home realm (chosen by the user).


Namespace: Microsoft.IdentityServer.Web.UI
Assembly: Microsoft.IdentityServer (in Microsoft.IdentityServer)

'Usage
Dim homeRealmIdentifier As String

Me.SelectHomeRealm(homeRealmIdentifier)

protected:
void SelectHomeRealm (
	String^ homeRealmIdentifier
)
protected void SelectHomeRealm (
	String homeRealmIdentifier
)
protected function SelectHomeRealm (
	homeRealmIdentifier : String
)

Parameters

homeRealmIdentifier

Identifier of the home realm selected by the user.

Exception typeCondition

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Server 2008, Windows Server 2008 R2

Target Platforms

Windows Server 2008, Windows Server 2008 R2



Community Additions

Show: