SPX509Certificate2ReadOnlyCollection-Klasse
Definiert eine read nur Auflistungsklasse für X509Certificates
Vererbungshierarchie
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
'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPX509Certificate2ReadOnlyCollection _
Inherits ReadOnlyCollection(Of X509Certificate2)
'Usage
Dim instance As SPX509Certificate2ReadOnlyCollection
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPX509Certificate2ReadOnlyCollection : ReadOnlyCollection<X509Certificate2>
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.