Skip to main content
Version: 4.4.0

CertificateMemoryStore Class

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

Class for creating ICertificateMemoryStore objects.

public static class CertificateMemoryStore

Inheritance object 🡒 CertificateMemoryStore

Methods​

NameDescription
Create()Creates an empty ICertificateMemoryStore.
CreateFrom(string, string)Creates a ICertificateMemoryStore containing certificates in the provided PFX file.
CreateFrom(iCore.Public.Crypto.X509Certificates.ICertificate, bool)Creates a ICertificateMemoryStore containing the provided certificate.