Use this class to load a certificate from .pfx format. Only applicable to Schannel. More...
Public Member Functions | |
override void | Dispose () |
PfxCertificate (string pathToCert, string password, string certName) | |
Loads a certificate from a .pfx file, using the given file path, password and certificate name. More... | |
void | AddToStore (Win32CertificateLocation certStoreLocation, Win32CertificateStore certStore) |
Adds the certificate to the given Windows certificate store. 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... | |
Use this class to load a certificate from .pfx format. Only applicable to Schannel.
DeltaVSoft.RCFProto.PfxCertificate.PfxCertificate | ( | string | pathToCert, |
string | password, | ||
string | certName | ||
) |
Loads a certificate from a .pfx file, using the given file path, password and certificate name.
void DeltaVSoft.RCFProto.PfxCertificate.AddToStore | ( | Win32CertificateLocation | certStoreLocation, |
Win32CertificateStore | certStore | ||
) |
Adds the certificate to the given Windows certificate store.
|
virtual |
Reimplemented from DeltaVSoft.RCFProto.Certificate.