Represents an in-memory certificate, usually from a remote peer. Only applicable to Schannel. More...
Public Member Functions | |
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 an in-memory certificate, usually from a remote peer. Only applicable to Schannel.
|
virtual |
Reimplemented from DeltaVSoft.RCFProto.Certificate.
void DeltaVSoft.RCFProto.Win32Certificate.ExportToPfx | ( | string | pfxFilePath | ) |
Exports the certificate in PFX format, to the given file path.
Win32Certificate DeltaVSoft.RCFProto.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.
string DeltaVSoft.RCFProto.Win32Certificate.GetCertificateName | ( | ) |
Gets the name of the certificate.
string DeltaVSoft.RCFProto.Win32Certificate.GetIssuerName | ( | ) |
Gets the name of the issuer of the certificate.