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