IPWorks S/MIME 2020 Python Edition

Questions / Feedback?

signer_cert_serial_number Property

The serial number of the certificate encoded as a string.

Syntax

def get_signer_cert_serial_number() -> str: ...

signer_cert_serial_number = property(get_signer_cert_serial_number, None)

Default Value

""

Remarks

The serial number of the certificate encoded as a string. The number is encoded as a series of hexadecimal digits, each two of them representing a byte of the serial number.

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks S/MIME 2020 Python Edition - Version 20.0 [Build 8154]