共用方式為


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

'宣告
<GuidAttribute("845BCE9B-6940-464B-A65C-EC65C508F5A8")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPTrustedSecurityTokenServiceCollection _
    Inherits SPTrustedProviderCollection(Of SPTrustedSecurityTokenService)
'用途
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.

請參閱

參照

SPTrustedSecurityTokenServiceCollection members

Microsoft.SharePoint.Administration.Claims namespace