SPTrustedSecurityTokenServiceCollection class

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPPersistedObjectCollection<SPTrustedSecurityTokenService>
    Microsoft.SharePoint.Administration.SPPersistedChildCollection<SPTrustedSecurityTokenService>
      Microsoft.SharePoint.Administration.Claims.SPTrustedProviderCollection<SPTrustedSecurityTokenService>
        Microsoft.SharePoint.Administration.Claims.SPTrustedSecurityTokenServiceCollection

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

Syntax

'Declaration
<GuidAttribute("845BCE9B-6940-464B-A65C-EC65C508F5A8")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPTrustedSecurityTokenServiceCollection _
    Inherits SPTrustedProviderCollection(Of SPTrustedSecurityTokenService)
'Usage
Dim instance As SPTrustedSecurityTokenServiceCollection
[GuidAttribute("845BCE9B-6940-464B-A65C-EC65C508F5A8")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPTrustedSecurityTokenServiceCollection : SPTrustedProviderCollection<SPTrustedSecurityTokenService>

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

SPTrustedSecurityTokenServiceCollection members

Microsoft.SharePoint.Administration.Claims namespace