[]
Gets or sets the signature of a digitally signed document.
public byte[] DigitalSignature { get; set; }
Public Property DigitalSignature As Byte()
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.