共用方式為


SPX509Certificate2ReadOnlyCollection class

定義 X509Certificates 讀取的唯一集合類別

Inheritance hierarchy

System.Object
  System.Collections.ObjectModel.ReadOnlyCollection<X509Certificate2>
    Microsoft.SharePoint.Administration.Claims.SPX509Certificate2ReadOnlyCollection

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

Syntax

'宣告
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPX509Certificate2ReadOnlyCollection _
    Inherits ReadOnlyCollection(Of X509Certificate2)
'用途
Dim instance As SPX509Certificate2ReadOnlyCollection
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPX509Certificate2ReadOnlyCollection : ReadOnlyCollection<X509Certificate2>

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.

請參閱

參照

SPX509Certificate2ReadOnlyCollection members

Microsoft.SharePoint.Administration.Claims namespace