Skip to main content
Version: 4.4.0

ICertificateSystemStore Interface

Namespace: iCore.Public.Crypto.X509Certificates
Assembly: iCore.Public.Crypto.dll

Represents a windows X.509 certificate system store.

public interface ICertificateSystemStore : ICertificateStore, IProvidesImplementation

Implements ICertificateStore, IProvidesImplementation

Properties

NameDescription
LocationGets the location of this system store.

Methods

NameDescription
GetFirstByIssuerAndSerialNumber(string, string, bool)Finds the first certificate matching the given issuer and serial number from this X.509 certificate store.
GetFirstByThumbprint(string)Finds the first certificate matching the given SHA1 thumbprint from the given system X.509 certificate store.