Represents a certificate in a Windows certificate store. More...
Public Member Functions | |
override void | Dispose () |
StoreCertificate (Win32CertificateLocation certStoreLocation, Win32CertificateStore certStore, string certName) | |
Loads a certificate from a certificate store. More... | |
void | RemoveFromStore () |
Removes the certificate from the store it was loaded from. More... | |
![]() | |
override void | Dispose () |
string | GetCertificateName () |
Gets the name of the certificate. More... | |
string | GetIssuerName () |
Gets the name of the issuer of the certificate. More... | |
void | ExportToPfx (string pfxFilePath) |
Exports the certificate in PFX format, to the given file path. More... | |
Win32Certificate | FindRootCertificate (Win32CertificateLocation certStoreLocation, Win32CertificateStore certStore) |
Attempts to locate a root certificate for this certificate, in the given certificate store. Returns the root certificate if found, and otherwise null. More... | |
Represents a certificate in a Windows certificate store.
DeltaVSoft.RCFProto.StoreCertificate.StoreCertificate | ( | Win32CertificateLocation | certStoreLocation, |
Win32CertificateStore | certStore, | ||
string | certName | ||
) |
Loads a certificate from a certificate store.
|
virtual |
Reimplemented from DeltaVSoft.RCFProto.Certificate.
void DeltaVSoft.RCFProto.StoreCertificate.RemoveFromStore | ( | ) |
Removes the certificate from the store it was loaded from.