VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfPage Class / AddInvisibleDigitalSignature Methods / AddInvisibleDigitalSignature(X509Certificate2,String,String,Boolean) Method
Syntax Requirements SeeAlso
In This Topic
    AddInvisibleDigitalSignature(X509Certificate2,String,String,Boolean) Method (PdfPage)
    In This Topic
    Adds invisible digital signature to the specified PDF page.
    Syntax
    'Declaration
    
    Public Overloads Sub AddInvisibleDigitalSignature( _
    ByVal certificate
    The X509 certificate.
    As System.Security.Cryptography.X509Certificates.X509Certificate2, _
    ByVal signatureName
    The signature name.
    As System.String, _
    ByVal signatureReason
    The signature reason.
    As System.String, _
    ByVal addSignCertificateChain
    A value indicating whether the certificate chain must be added to the signature.
    As Boolean _
    )

    Parameters

    certificate
    The X509 certificate.
    signatureName
    The signature name.
    signatureReason
    The signature reason.
    addSignCertificateChain
    A value indicating whether the certificate chain must be added to the signature.
    Requirements

    Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also