Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qwincrypt_p.h File Reference

(2162e0dfc4b714d24c5610cab1e37e0e0cf4c74e)

#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.