'Declaration Public Overloads Shared Function CreatePkcs7Signature( _
ByVal signCertificateThe signing certificate.As ITimestampAuthorityClient, _
ByVal addSignCertificateChainA value indicating whether signing certificate chain must be added to signature.As System.Security.Cryptography.X509Certificates.X509Certificate2, _
ByVal timestampAuthorityClientThe timestamp request.As Boolean _
) As PdfPkcsSignature
public static PdfPkcsSignature CreatePkcs7Signature(
ITimestampAuthorityClient signCertificate,
System.Security.Cryptography.X509Certificates.X509Certificate2 addSignCertificateChain,
bool timestampAuthorityClient
)
public: static PdfPkcsSignature* CreatePkcs7Signature(
ITimestampAuthorityClient* signCertificate,
System.Security.Cryptography.X509Certificates.X509Certificate2* addSignCertificateChain,
bool timestampAuthorityClient
)
public:
static PdfPkcsSignature^ CreatePkcs7Signature(
ITimestampAuthorityClient^ signCertificate,
System.Security.Cryptography.X509Certificates.X509Certificate2^ addSignCertificateChain,
bool timestampAuthorityClient
)
Parameters
- signCertificate
- The signing certificate.
- addSignCertificateChain
- A value indicating whether signing certificate chain must be added to signature.
- timestampAuthorityClient
- The timestamp request.
Return Value
A new instance of PdfPkcsSignature class.