<PackageReference Include="Relativity.Server.Utility.SDK" Version="5000.0.0" />

IX509Certificate2Collection

public interface IX509Certificate2Collection
Represents a collection of IX509Certificate2 .
int Count { get; }

Gets the count of certificates in this collection.

IX509Certificate2 this[int index] { get; }

Gets the certificate from the specified index.

bool Contains(byte[] certHash)

Indicates whether or not this collection contains the provided certificate hash.

IX509Certificate2Collection Find(X509FindType findType, object findValue, bool validOnly)

Gets a subset of certificates that match the provided parameters.

Gets a list representation of the certificates in this collection.