'Declaration Public Overloads Shared Function CreatePkcs7Signature( _
ByVal signCertificateThe signing certificate.As System.Security.Cryptography.X509Certificates.X509Certificate2, _
ByVal addSignCertificateChainA value indicating whether signing certificate chain must be added to signature.As Boolean _
) As PdfPkcsSignature
public static PdfPkcsSignature CreatePkcs7Signature(
System.Security.Cryptography.X509Certificates.X509Certificate2 signCertificate,
bool addSignCertificateChain
)
public: static PdfPkcsSignature* CreatePkcs7Signature(
System.Security.Cryptography.X509Certificates.X509Certificate2* signCertificate,
bool addSignCertificateChain
)
public:
static PdfPkcsSignature^ CreatePkcs7Signature(
System.Security.Cryptography.X509Certificates.X509Certificate2^ signCertificate,
bool addSignCertificateChain
)
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.