VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.DigitalSignatures Namespace / PdfPkcsSignature Class / CreatePkcs7Signature Methods / CreatePkcs7Signature(X509Certificate2,Boolean) Method
Syntax Remarks Requirements SeeAlso
In This Topic
    CreatePkcs7Signature(X509Certificate2,Boolean) Method (PdfPkcsSignature)
    In This Topic
    Creates the PKCS#7 signature.
    Syntax

    Parameters

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

    Return Value

    A new instance of PdfPkcsSignature class.
    Remarks

    This method creates PKCS#7 signature with "adbe.pkcs7.detached" subfilter.

    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