Freigeben über


SPTrustedProviderCollection<T>-Klasse

Stellt eine Auflistung von vertrauenswürdigen Anbietern.

Vererbungshierarchie

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

Typparameter

  • T
    Ein vertrauenswürdiger Anbieter.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.

Siehe auch

Referenz

SPTrustedProviderCollection<T>-Member

Microsoft.SharePoint.Administration.Claims-Namespace