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
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.