[]
Defines properties and methods that are used to sign the attribute set in a PKCS#7 signature.
public interface IPkcs7SignatureGenerator
Gets the ID of the encryption algorithm used by this IPkcs7SignatureGenerator.
OID DigestEncryptionAlgorithm { get; }
Gets the ID of the hash algorithm used by this IPkcs7SignatureGenerator.
OID HashAlgorithm { get; }
Signs the given message.
byte[] SignData(byte[] digest)
digest
byte[]The message to sign.
The signature binary data.