|
Key Blob Formats
Key blobs are the data structures that store keys when they are not inside of
a CSP. Every key blob consists of one or more fixed-length header structures,
followed by the key data itself. This key data is variable in length, and often
encrypted.
Each key blob consists of binary data. The size of a key blob will vary
depending on the blob type and the key size.
Unless stated otherwise, all multibyte numbers are stored in little-endian
format, meaning that the first byte of a number is the least significant and the
last byte is the most significant. This is the most common format for computers
running Windows.
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|