SPTrustedSecurityTokenServiceCollection 类
继承层次结构
System.Object
Microsoft.SharePoint.Administration.SPPersistedObjectCollection<SPTrustedSecurityTokenService>
Microsoft.SharePoint.Administration.SPPersistedChildCollection<SPTrustedSecurityTokenService>
Microsoft.SharePoint.Administration.Claims.SPTrustedProviderCollection<SPTrustedSecurityTokenService>
Microsoft.SharePoint.Administration.Claims.SPTrustedSecurityTokenServiceCollection
命名空间: Microsoft.SharePoint.Administration.Claims
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
<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>
线程安全性
该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。