SecureBlackbox 2020 Python Edition

Questions / Feedback?

decryption_cert_subject_rdn Property

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

Syntax

def get_decryption_cert_subject_rdn() -> str: ...
def set_decryption_cert_subject_rdn(value: str) -> None: ...

decryption_cert_subject_rdn = property(get_decryption_cert_subject_rdn, set_decryption_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]