|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| No
| Import Library
| lsapi32.lib
| Header File
| lsapi.h
| Unicode
| No
| Platform Notes
| None
|
|
|
LS_MSG_DIGEST
This is preliminary documentation for technology that will be supported in future releases of Microsoft Windows.
The LS_MSG_DIGEST structure is passed in the LS_CHALLDATA structure. The MD4 Message-Digest Algorithm from RSA Data Security, Inc.,
computes the LS_MSG_DIGEST structure by using the following elements as input: the input and output
parameters to the LSRequest or LSUpdate license service functions; a random number; the index of an application
secret; and the actual application secret.
typedef struct _LS_MSG_DIGEST {
LS_STR MessageDigest[16];
} LS_MSG_DIGEST;
Members
MessageDigest[16]
Specifies a 128-bit message digest that is the output of the MD4
Message-Digest Algorithm.
See Also
LS_CHALLDATA, LS_CHALLENGE
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
More Online Helps
Win32 Programmer's Reference (win32.hlp)
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
|