HomeRealmDiscoveryPage.SamlCommonDomainProviders Property
Gets the list of SAML common domain providers.
Namespace: Microsoft.IdentityServer.Web.UI
Assembly: Microsoft.IdentityServer (in Microsoft.IdentityServer)
Usage
'Usage
Dim value As Collection(Of String)
value = Me.SamlCommonDomainProviders
Syntax
'Declaration
Protected ReadOnly Property SamlCommonDomainProviders As Collection(Of String)
protected Collection<string> SamlCommonDomainProviders { get; }
protected:
property Collection<String^>^ SamlCommonDomainProviders {
Collection<String^>^ get ();
}
/** @property */
protected Collection<String> get_SamlCommonDomainProviders ()
protected function get SamlCommonDomainProviders () : Collection<String>
Property Value
A collection that contains identifiers for the common domain providers.
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