![]() |
Qt 6.x
The Qt SDK
|
#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 26 of file qwincrypt_p.h.
using QHCertStorePointer = std::unique_ptr<void, QHCertStoreDeleter> |
Definition at line 41 of file qwincrypt_p.h.
using QPCCertContextPointer = std::unique_ptr<const CERT_CONTEXT, QPCCertContextDeleter> |
Definition at line 51 of file qwincrypt_p.h.