SecureBlackbox 2020 Python Edition

Questions / Feedback?

cert_subject_rdn Property

A collection of information, in the form of [OID, Value] pairs, uniquely identifying the certificate holder (subject).

Syntax

def get_cert_subject_rdn() -> str: ...
def set_cert_subject_rdn(value: str) -> None: ...

cert_subject_rdn = property(get_cert_subject_rdn, set_cert_subject_rdn)

Default Value

""

Remarks

A collection of information, in the form of [OID, Value] pairs, uniquely identifying the certificate holder (subject).

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