Use this class to load a certificate in .pem format. Only applicable to OpenSSL. More...
Public Member Functions | |
override void | Dispose () |
PemCertificate (string pathToCert, string password) | |
Loads a .pem certificate, using the given file path and password. More... | |
PemCertificate (string pathToCert) | |
Use this class to load a certificate in .pem format. Only applicable to OpenSSL.
DeltaVSoft.RCFProto.PemCertificate.PemCertificate | ( | string | pathToCert, |
string | password | ||
) |
Loads a .pem certificate, using the given file path and password.
DeltaVSoft.RCFProto.PemCertificate.PemCertificate | ( | string | pathToCert | ) |
|
virtual |
Reimplemented from DeltaVSoft.RCFProto.Certificate.