SPX509Certificate2ReadOnlyCollection class
Defines a read only collection class for 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
'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>
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.