PdfDigitalSignatureDetailsCore constructor
init
Initializes a new instance of the PdfDigitalSignatureDetailsCore
class.
def __init__(self, certificate, reason, location, signature_date, hash_algorithm):
...
Parameter | Type | Description |
---|---|---|
certificate | System.Security.Cryptography.X509Certificates.X509Certificate2 | The certificate. |
reason | str | The reason. |
location | str | The location. |
signature_date | DateTime | The signature date. |
hash_algorithm | PdfDigitalSignatureHashAlgorithmCore | The hash algorithm. |