[]
Defines properties and methods that are used to sign the attribute set in a PKCS#7 signature.
public interface IPkcs7SignatureGenerator
| Name | Description |
|---|---|
| DigestEncryptionAlgorithm | Gets the ID of the encryption algorithm used by this IPkcs7SignatureGenerator. |
| HashAlgorithm | Gets the ID of the hash algorithm used by this IPkcs7SignatureGenerator. |
| Name | Description |
|---|---|
| SignData(byte[]) | Signs the given message. |