Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qwincrypt_p.h File Reference

(bab6ba431e2e4d88f584e98776bb549db42d1ed2)

#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 27 of file qwincrypt_p.h.

Typedef Documentation

◆ QHCertStorePointer

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

Definition at line 42 of file qwincrypt_p.h.

◆ QPCCertContextPointer

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

Definition at line 52 of file qwincrypt_p.h.