PdfDigitalSignatureDetailsCore.PdfDigitalSignatureDetailsCore

PdfDigitalSignatureDetailsCore constructor

Initializes a new instance of the PdfDigitalSignatureDetailsCore class.

public PdfDigitalSignatureDetailsCore(string certFile, string password, string reason, 
    string location, DateTime signatureDate, PdfDigitalSignatureHashAlgorithmCore hashAlgorithm)
ParameterDescription
certificateThe certificate.
reasonThe reason.
locationThe location.
signatureDateThe signature date.
hashAlgorithmThe hash algorithm.

See Also