The Digital Signature box contains a checksum or digital signature that may be used to verify data
contained within the file. This digital signature is used to protect a very specific byte stream
within the file. Any change to that byte stream will invalidate the digital signature.
This box is defined in JPX and above file formats. A JPEG 2000 file may contain zero or more Digital Signature boxes.
Syntax
Visual Basic (Declaration) | |
---|
Public Class DigitalSignatureBox
Inherits Jpeg2000MultiBox |
Managed Extensions for C++ | |
---|
public __gc class DigitalSignatureBox : public Jpeg2000MultiBox |
Inheritance Hierarchy
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also