2.3.3.1.17 VtDigSig

Specifies the format for a property representing a VBA digital signature. This type conforms to the VT_BLOB TypedPropertyValue type as specified in [MS-OLEPS] section 2.15, but is presented in additional detail here to further specify the content of the property.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

wType

padding

vtValue (variable)

...

wType (2 bytes): An unsigned integer that MUST be equal to VT_BLOB (0x0041).

padding (2 bytes): An unsigned integer that MUST be 0x0000. MUST be ignored.

vtValue (variable): MUST be a VtDigSigValue (section 2.3.3.1.16) structure.