SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

crl_entry_info_revocation_reason Property

Specifies the reason for certificate revocation.

Syntax

def get_crl_entry_info_revocation_reason() -> int: ...

crl_entry_info_revocation_reason = property(get_crl_entry_info_revocation_reason, None)

Default Value

0

Remarks

Specifies the reason for certificate revocation.

rrUnknown0x0000
rrUnspecified0x0001
rrKeyCompromise0x0002
rrCACompromise0x0004
rrAffiliationChanged0x0008
rrSuperseded0x0010
rrCessationOfOperation0x0020
rrCertificateHold0x0040
rrRemoveFromCRL0x0080
rrPrivilegeWithdrawn0x0100
rrAACompromise0x0200

This property is read-only.

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