PdfDigitalSignatureDetailsCore constructor

init

Initializes a new instance of the PdfDigitalSignatureDetailsCore class.

def __init__(self, certificate, reason, location, signature_date, hash_algorithm):
    ...
ParameterTypeDescription
certificateSystem.Security.Cryptography.X509Certificates.X509Certificate2The certificate.
reasonstrThe reason.
locationstrThe location.
signature_dateDateTimeThe signature date.
hash_algorithmPdfDigitalSignatureHashAlgorithmCoreThe hash algorithm.

See Also