Share via


SPTrustedLoginProvider.ProviderRealms property

Gets a set of realms to be used during the request to the login provider.

Namespace:  Microsoft.SharePoint.Administration.Claims
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property ProviderRealms As Dictionary(Of Uri, String)
    Get
'Usage
Dim instance As SPTrustedLoginProvider
Dim value As Dictionary(Of Uri, String)

value = instance.ProviderRealms
public Dictionary<Uri, string> ProviderRealms { get; }

Property value

Type: System.Collections.Generic.Dictionary<Uri, String>
The set of realms to be used during the request to the login provider.

See also

Reference

SPTrustedLoginProvider class

SPTrustedLoginProvider members

Microsoft.SharePoint.Administration.Claims namespace