Freigeben über


SPTrustedLoginProviderCollection-Klasse

Stellt eine Auflistung von Anbietern für Access.

Vererbungshierarchie

System.Object
  Microsoft.SharePoint.Administration.SPPersistedObjectCollection<SPTrustedLoginProvider>
    Microsoft.SharePoint.Administration.SPPersistedChildCollection<SPTrustedLoginProvider>
      Microsoft.SharePoint.Administration.Claims.SPTrustedProviderCollection<SPTrustedLoginProvider>
        Microsoft.SharePoint.Administration.Claims.SPTrustedLoginProviderCollection

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

Syntax

'Declaration
<GuidAttribute("2F6021FE-810A-453c-9255-C25BC574BBC1")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPTrustedLoginProviderCollection _
    Inherits SPTrustedProviderCollection(Of SPTrustedLoginProvider)
'Usage
Dim instance As SPTrustedLoginProviderCollection
[GuidAttribute("2F6021FE-810A-453c-9255-C25BC574BBC1")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPTrustedLoginProviderCollection : SPTrustedProviderCollection<SPTrustedLoginProvider>

Threadsicherheit

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

Siehe auch

Referenz

SPTrustedLoginProviderCollection-Member

Microsoft.SharePoint.Administration.Claims-Namespace