MF_SIGNATURE structure
Contains a global revocation list (GRL) signature.
Syntax
typedef struct _MF_SIGNATURE {
DWORD dwSignVer;
DWORD cbSign;
BYTE rgSign[1];
} MF_SIGNATURE;
Members
-
dwSignVer
-
The signature version number.
-
cbSign
-
The size of the signature in bytes.
-
rgSign
-
A byte array of size cbSign that contains the signature. The actual array size is larger than the size given in the structure declaration.
Remarks
This structure is not declared in an SDK header. To use this structure, add the declaration shown here to your source code.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2008 [desktop apps only] |
See also