Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / ISignatureParser Interface
Properties Methods

In This Topic
    ISignatureParser Interface Members
    In This Topic

    The following tables list the members exposed by ISignatureParser.

    Public Properties
     NameDescription
     PropertyGets the name of the encryption algorithm used in the signature.  
     PropertyGets the name of the HASH algorithm used in the signature.  
     PropertyGets a value indicating whether the signature is a PAdES LTV time-stamp.  
     PropertyGets the System.Security.Cryptography.X509Certificates.X509Certificate2 object that represents the certificate used to create the signature.  
     PropertyGets the chain of certificates used to create the signature. The first certificate in the list is the signing certificate.  
     PropertyGets the signing time that is stored in the signature, or a null reference (Nothing in Visual Basic) if the binary signature does not contain a signing time.  
    Top
    Public Methods
     NameDescription
     Method (Inherited from System.IDisposable)
     MethodReturns the signature data.  
     MethodVerifies the signature by checking that embedded data digest corresponds to the calculated one.  
    Top
    See Also