VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.DigitalSignatures Namespace / PdfPkcsSignature Class
Properties Methods SeeAlso
In This Topic
    PdfPkcsSignature Class Members
    In This Topic
    The following tables list the members exposed by PdfPkcsSignature.
    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether signature has embedded timestamp.
    Public PropertyGets a value indicating whether signing is implemented.
    Public PropertyGets a value indicating whether signature is a document timestamp signature.
    Public PropertyGets the name of signature algorithm.
    Public PropertyGets the certificate that is used for signing.
    Public PropertyGets the certificate chain that is used for signing.
    Public PropertyGets the certificate that is used for timestamping.
    Public PropertyGets the certificate chain that is used for timestamping.
    Public PropertyGets the time stamp date.
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Overloaded. Creates the PKCS#1 signature.
    Public Methodstatic (Shared in Visual Basic)Overloaded. Creates the PKCS#7 signature.
    Public MethodVerifies the signature and timestamp.
    Public MethodVerifies the signature.
    Public MethodVerifies the timestamp.
    See Also