|
DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
|
#include "pch.h"#include "System/Security/Cryptography/X509Certificates/X509Certificate2.h"#include "System/ArgumentException.h"#include "System/IOException.h"#include <cstdio>#include <mutex>#include <openssl/ssl.h>#include <openssl/pem.h>#include <openssl/x509.h>#include <openssl/err.h>Go to the source code of this file.
Namespaces | |
| namespace | DotNetDupe |
| namespace | DotNetDupe::System |
| namespace | DotNetDupe::System::Security |
| namespace | DotNetDupe::System::Security::Cryptography |
| namespace | DotNetDupe::System::Security::Cryptography::X509Certificates |
Functions | |
| static void | DotNetDupe::System::Security::Cryptography::X509Certificates::InitializeCrypto () |
| static X509 * | DotNetDupe::System::Security::Cryptography::X509Certificates::LoadPemCert (const String &certPath) |
| static EVP_PKEY * | DotNetDupe::System::Security::Cryptography::X509Certificates::LoadPemKey (const String &keyPath) |
Variables | |
| static std::once_flag | DotNetDupe::System::Security::Cryptography::X509Certificates::s_cryptoInitOnce |