HomeRealmDiscoveryPage.SelectHomeRealm Method

Redirects the user to the specified home realm (chosen by the user).

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

Usage

'Usage
Dim homeRealmIdentifier As String

Me.SelectHomeRealm(homeRealmIdentifier)

Syntax

'Declaration
Protected Sub SelectHomeRealm ( _
    homeRealmIdentifier As String _
)
protected void SelectHomeRealm (
    string 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.

Exceptions

Exception type Condition

Thread Safety

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

Platforms

Development Platforms

Windows Server 2008, Windows Server 2008 R2

Target Platforms

Windows Server 2008, Windows Server 2008 R2

See Also

Reference

HomeRealmDiscoveryPage Class
HomeRealmDiscoveryPage Members
Microsoft.IdentityServer.Web.UI Namespace