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

IX509Store

public interface IX509Store
Represents a certificate store.

Gets a collection representation of the certificates in this store.

int Count { get; }

Gets the count of certificates in this store.

StoreName Name { get; }

Gets the name of this store.

Add a certificate to this store.

void Close()

Closes this store.

bool Contains(byte[] certHash)

Indicates whether or not this store contains the specified certificate.

Gets a list representation of the certificates in this store.

void Open(OpenFlags flags)

Opens this store with the specified parameters.