Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / BuiltInPropertyCollection Class / DigitalSignature Property

In This Topic
    DigitalSignature Property
    In This Topic
    Gets or sets the signature of a digitally signed document.
    Syntax
    '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.
    See Also