ICertificateSystemStore Interface
Namespace: iCore.Public.Crypto.X509Certificates
Assembly: iCore.Public.Crypto.dll
Represents a windows X.509 certificate system store.
- C#
- VB
public interface ICertificateSystemStore : ICertificateStore, IProvidesImplementation
Public Interface ICertificateSystemStore
Inherits ICertificateStore, IProvidesImplementation
Implements ICertificateStore, IProvidesImplementation
Properties
Name | Description |
---|---|
Location | Gets the location of this system store. |
Methods
Name | Description |
---|---|
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. |