IPWorks MQ 2020 Python Edition

Questions / Feedback?

cert_expiration_date Property

The date the certificate expires.

Syntax

def get_cert_expiration_date() -> str: ...

cert_expiration_date = property(get_cert_expiration_date, None)

Default Value

""

Remarks

The date the certificate expires. Dates following this date, the certificate will no longer be valid. The following is an example of an encoded date illustrating the format:

23-Jan-2001 15:00:00.

This property is read-only.

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