SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

cert_issuer_rdn Property

A collection of information, in the form of [OID, Value] pairs, uniquely identifying the certificate issuer.

Syntax

def get_cert_issuer_rdn() -> str: ...
def set_cert_issuer_rdn(value: str) -> None: ...

cert_issuer_rdn = property(get_cert_issuer_rdn, set_cert_issuer_rdn)

Default Value

""

Remarks

A collection of information, in the form of [OID, Value] pairs, uniquely identifying the certificate issuer.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox Lite 2020 Python Edition - Version 20.0 [Build 8166]