SPSecurityTokenServiceManager.TrustedAccessProviders property
Gets the collection of trusted access providers to services for this SPSecurityTokenServiceManager object.
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property TrustedAccessProviders As SPTrustedAccessProviderCollection
Get
'Usage
Dim instance As SPSecurityTokenServiceManager
Dim value As SPTrustedAccessProviderCollection
value = instance.TrustedAccessProviders
public SPTrustedAccessProviderCollection TrustedAccessProviders { get; }
Property value
Type: Microsoft.SharePoint.Administration.Claims.SPTrustedAccessProviderCollection
The settings for service federation.
See also
Reference
SPSecurityTokenServiceManager class