SPTrustedProviderCollection<T> class

Represents a collection of trusted providers.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPPersistedObjectCollection<T>
    Microsoft.SharePoint.Administration.SPPersistedChildCollection<T>
      Microsoft.SharePoint.Administration.Claims.SPTrustedProviderCollection<T>
        Microsoft.SharePoint.Administration.Claims.SPTrustedAccessProviderCollection
        Microsoft.SharePoint.Administration.Claims.SPTrustedLoginProviderCollection
        Microsoft.SharePoint.Administration.Claims.SPTrustedSecurityTokenServiceCollection

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

Syntax

'Declaration
<GuidAttribute("3587D565-D746-4207-B446-66206ADECAF3")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class SPTrustedProviderCollection(Of T As SPTrustedProviderBase) _
    Inherits SPPersistedChildCollection(Of T)
'Usage
Dim instance As SPTrustedProviderCollection(Of T)
[GuidAttribute("3587D565-D746-4207-B446-66206ADECAF3")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class SPTrustedProviderCollection<T> : SPPersistedChildCollection<T>
where T : SPTrustedProviderBase

Type parameters

  • T
    A trusted provider.

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.

See also

Reference

SPTrustedProviderCollection<T> members

Microsoft.SharePoint.Administration.Claims namespace