[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.IPkcs7SignatureGenerator

IPkcs7SignatureGenerator Interface

Defines properties and methods that are used to sign the attribute set in a PKCS#7 signature.

Namespace: GrapeCity.Documents.Pdf
Assembly: DS.Documents.Pdf.dll
Syntax
public interface IPkcs7SignatureGenerator
Public Interface IPkcs7SignatureGenerator

Properties

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.

Methods

Name Description
SignData(byte[])

Signs the given message.