Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Pkcs7Signer Constructors

Allows you to create PKCS#7 signatures.
Name Parameters Description
Pkcs7Signer(Stream, String, HashAlgorithmType, ITsaClient, IOcspClient, ICrlClient, PdfSignatureProfile) stream, password, hashAlgorithm, tsaClient, ocspClient, crlClient, profile Initializes a new instance of the Pkcs7Signer class with specified settings.
Pkcs7Signer(Stream, String, HashAlgorithmType, ITsaClient) stream, password, hashAlgorithm, tsaClient Initializes a new instance of the Pkcs7Signer class with specified settings.
Pkcs7Signer(Stream, String, HashAlgorithmType) stream, password, hashAlgorithm Initializes a new instance of the Pkcs7Signer class with specified settings.
Pkcs7Signer(Stream, String, ICertificateStoreProvider, HashAlgorithmType, ITsaClient, IOcspClient, ICrlClient, PdfSignatureProfile) stream, password, provider, hashAlgorithm, tsaClient, ocspClient, crlClient, profile Initializes a new instance of the Pkcs7Signer class with specified settings.
Pkcs7Signer(Stream, String) stream, password Initializes a new instance of the Pkcs7Signer class with specified settings.
Pkcs7Signer(X509Certificate2, HashAlgorithmType, ITsaClient, IOcspClient, ICrlClient, PdfSignatureProfile) certificate, hashAlgorithm, tsaClient, ocspClient, crlClient, profile Initializes a new instance of the Pkcs7Signer class with specified settings.
Pkcs7Signer(X509Certificate2, HashAlgorithmType, ITsaClient) certificate, hashAlgorithm, tsaClient Initializes a new instance of the Pkcs7Signer class with specified settings.
Pkcs7Signer(X509Certificate2, HashAlgorithmType) certificate, hashAlgorithm Initializes a new instance of the Pkcs7Signer class with specified settings.
Pkcs7Signer(X509Certificate2, ICertificateStoreProvider, HashAlgorithmType, ITsaClient, IOcspClient, ICrlClient, PdfSignatureProfile) certificate, provider, hashAlgorithm, tsaClient, ocspClient, crlClient, profile Initializes a new instance of the Pkcs7Signer class with specified settings.
Pkcs7Signer(X509Certificate2) certificate Initializes a new instance of the Pkcs7Signer class with specified settings.
Pkcs7Signer(String, String, HashAlgorithmType, ITsaClient, IOcspClient, ICrlClient, PdfSignatureProfile) fileName, password, hashAlgorithm, tsaClient, ocspClient, crlClient, profile Initializes a new instance of the Pkcs7Signer class with specified settings.
Pkcs7Signer(String, String, HashAlgorithmType, ITsaClient) fileName, password, hashAlgorithm, tsaClient Initializes a new instance of the Pkcs7Signer class with specified settings.
Pkcs7Signer(String, String, HashAlgorithmType) fileName, password, hashAlgorithm Initializes a new instance of the Pkcs7Signer class with specified settings.
Pkcs7Signer(String, String, ICertificateStoreProvider, HashAlgorithmType, ITsaClient, IOcspClient, ICrlClient, PdfSignatureProfile) fileName, password, provider, hashAlgorithm, tsaClient, ocspClient, crlClient, profile Initializes a new instance of the Pkcs7Signer class with specified settings.
Pkcs7Signer(String, String) fileName, password Initializes a new instance of the Pkcs7Signer class with specified settings.
See Also