HomeRealmDiscoveryPage.ClaimsProviders Property

Gets the list of claim providers with which the Active Directory® Federation Services (AD FS) 2.0 instance is federated.

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

Usage

'Usage
Dim value As DataTable

value = Me.ClaimsProviders

Syntax

'Declaration
Protected ReadOnly Property ClaimsProviders As DataTable
protected DataTable ClaimsProviders { get; }
protected:
property DataTable^ ClaimsProviders {
    DataTable^ get ();
}
/** @property */
protected DataTable get_ClaimsProviders ()
protected function get ClaimsProviders () : DataTable

Property Value

A DataTable that contains the identifiers for the claim providers that are federated with the AD FS 2.0 instance.

Remarks

The ClaimsProviders property is the data source for the list of claims providers that appears on the home realm discovery page.

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