KeePass Help Center KeePass Home | Downloads | Translations | Plugins | Donate 
Help Center Home | Forums | Awards | Links 







_KP_KEYPROV_KEY Struct Reference

A key returned by a key provider. More...

#include <PwStructs.h>

Public Attributes

DWORD dwType
 Type flags. More...
 
DWORD dwFormat
 Reserved for future use, must be 0. More...
 
LPVOID lpData
 Key data pointer. More...
 
DWORD dwDataSize
 Size of the key (lpData) in bytes. More...
 
DWORD_PTR dwReserved
 Reserved for future use, must be 0. More...
 

Detailed Description

A key returned by a key provider.

Member Data Documentation

◆ dwDataSize

DWORD _KP_KEYPROV_KEY::dwDataSize

Size of the key (lpData) in bytes.

◆ dwFormat

DWORD _KP_KEYPROV_KEY::dwFormat

Reserved for future use, must be 0.

◆ dwReserved

DWORD_PTR _KP_KEYPROV_KEY::dwReserved

Reserved for future use, must be 0.

◆ dwType

DWORD _KP_KEYPROV_KEY::dwType

Type flags.

  • If KPKTF_DIRECT is set and the data size is 32, the data is used directly, i.e. without being hashed using SHA-256. Unless you know exactly what you're doing, do not use this flag.

◆ lpData

LPVOID _KP_KEYPROV_KEY::lpData

Key data pointer.


The documentation for this struct was generated from the following file:

Documentation generated with Doxygen.





Get KeePass