Pkcs7Signer Constructors
Allows you to create PKCS#7 signatures.Name | Parameters | Description |
---|---|---|
Pkcs7Signer |
stream, password, hash |
Initializes a new instance of the Pkcs7Signer class with specified settings. |
Pkcs7Signer |
stream, password, hash |
Initializes a new instance of the Pkcs7Signer class with specified settings. |
Pkcs7Signer |
stream, password, hash |
Initializes a new instance of the Pkcs7Signer class with specified settings. |
Pkcs7Signer |
stream, password, provider, hash |
Initializes a new instance of the Pkcs7Signer class with specified settings. |
Pkcs7Signer |
stream, password | Initializes a new instance of the Pkcs7Signer class with specified settings. |
Pkcs7Signer |
certificate, hash |
Initializes a new instance of the Pkcs7Signer class with specified settings. |
Pkcs7Signer |
certificate, hash |
Initializes a new instance of the Pkcs7Signer class with specified settings. |
Pkcs7Signer |
certificate, hash |
Initializes a new instance of the Pkcs7Signer class with specified settings. |
Pkcs7Signer |
certificate, provider, hash |
Initializes a new instance of the Pkcs7Signer class with specified settings. |
Pkcs7Signer |
certificate | Initializes a new instance of the Pkcs7Signer class with specified settings. |
Pkcs7Signer |
file |
Initializes a new instance of the Pkcs7Signer class with specified settings. |
Pkcs7Signer |
file |
Initializes a new instance of the Pkcs7Signer class with specified settings. |
Pkcs7Signer |
file |
Initializes a new instance of the Pkcs7Signer class with specified settings. |
Pkcs7Signer |
file |
Initializes a new instance of the Pkcs7Signer class with specified settings. |
Pkcs7Signer |
file |
Initializes a new instance of the Pkcs7Signer class with specified settings. |
See Also