Xceed Words for .NET v5.1 Documentation
Xceed.Words.NET Assembly / Xceed.Words.NET Namespace / DigitalSignature Class
Members


In This Topic
    DigitalSignature Class
    In This Topic
    Represents a digital signature in a document.
    Syntax
    'Declaration
     
    Public Class DigitalSignature 
    'Usage
     
    Dim instance As DigitalSignature
    public class DigitalSignature 
    Inheritance Hierarchy

    System.Object
       Xceed.Words.NET.DigitalSignature

    Public Properties
     NameDescription
    Public PropertyGets the issuer of the certificate needed in order to sign the document.  
    Public PropertyGets the owner of the certificate needed in order to sign the document.  
    Public PropertyGets the comments from the signer on the purpose for signing the document.  
    Public PropertyGets if the digital signature is valid and confirms that the document has not been modified since signed.  
    Public PropertyGets the time at which the document was signed.  
    Top
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows 11, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also