'Declaration
Public Property DigitalSignature As System.Byte()
public System.byte[] DigitalSignature {get; set;}
Remarks
This property is a mechanism used by legacy documents to store the digital signature of its binary representation, and should be avoided in favor of the well-defined mechanism.
Any use of this property should be for legacy compatibility only, and is application-defined.