SPSecurityTokenServiceManager.TrustedLoginProviders property
Gets the settings for logon federation.
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property TrustedLoginProviders As SPTrustedLoginProviderCollection
Get
'Usage
Dim instance As SPSecurityTokenServiceManager
Dim value As SPTrustedLoginProviderCollection
value = instance.TrustedLoginProviders
public SPTrustedLoginProviderCollection TrustedLoginProviders { get; }
Property value
Type: Microsoft.SharePoint.Administration.Claims.SPTrustedLoginProviderCollection
The logon federation settings.
See also
Reference
SPSecurityTokenServiceManager class