Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qwincrypt_p.h File Reference
#include <QtNetwork/private/qtnetworkglobal_p.h>
#include <QtCore/qt_windows.h>
#include <QtCore/qglobal.h>
#include <wincrypt.h>
#include <memory>
+ Include dependency graph for qwincrypt_p.h:
+ This graph shows which files directly or indirectly include this file:

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 >
 

Macro Definition Documentation

◆ HCRYPTPROV_LEGACY

#define HCRYPTPROV_LEGACY   HCRYPTPROV

Definition at line 26 of file qwincrypt_p.h.

Typedef Documentation

◆ QHCertStorePointer

using QHCertStorePointer = std::unique_ptr<void, QHCertStoreDeleter>

Definition at line 41 of file qwincrypt_p.h.

◆ QPCCertContextPointer

using QPCCertContextPointer = std::unique_ptr<const CERT_CONTEXT, QPCCertContextDeleter>

Definition at line 51 of file qwincrypt_p.h.