![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtNetwork/private/qtnetworkglobal_p.h>
#include <QtCore/qt_windows.h>
#include <QtCore/qglobal.h>
#include <wincrypt.h>
#include <memory>
Go to the source code of this file.
Classes | |
struct | QHCertStoreDeleter |
struct | QPCCertContextDeleter |
Macros | |
#define | HCRYPTPROV_LEGACY HCRYPTPROV |
Typedefs | |
using | QHCertStorePointer = std::unique_ptr<void, QHCertStoreDeleter> |
using | QPCCertContextPointer = std::unique_ptr<const CERT_CONTEXT, QPCCertContextDeleter> |
#define HCRYPTPROV_LEGACY HCRYPTPROV |
Definition at line 27 of file qwincrypt_p.h.
using QHCertStorePointer = std::unique_ptr<void, QHCertStoreDeleter> |
Definition at line 42 of file qwincrypt_p.h.
using QPCCertContextPointer = std::unique_ptr<const CERT_CONTEXT, QPCCertContextDeleter> |
Definition at line 52 of file qwincrypt_p.h.