VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.DigitalSignatures Namespace / PdfPkcsSignatureCreationParams Class / PdfPkcsSignatureCreationParams Constructors / PdfPkcsSignatureCreationParams Constructor(X509Certificate2,Boolean)
Syntax Requirements SeeAlso
In This Topic
    PdfPkcsSignatureCreationParams Constructor(X509Certificate2,Boolean)
    In This Topic
    Initializes a new instance of the PdfPkcsSignatureCreationParams class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal signCertificate
    The signing certificate.
    As System.Security.Cryptography.X509Certificates.X509Certificate2, _
    ByVal addSignCertificateChain
    A value indicating whether signing certificate chain must be added to the signature.
    As Boolean _
    )

    Parameters

    signCertificate
    The signing certificate.
    addSignCertificateChain
    A value indicating whether signing certificate chain must be added to the signature.
    Requirements

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

    See Also