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