[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.BuiltInPropertyCollection.DigitalSignature

DigitalSignature Property

DigitalSignature

Gets or sets the signature of a digitally signed document.

Declaration
public byte[] DigitalSignature { get; set; }
Public Property DigitalSignature As Byte()
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.