cert_usage_flags Property

Flags that show intended use for the certificate.

Syntax

def get_cert_usage_flags() -> int: ...
def set_cert_usage_flags(value: int) -> None: ...

cert_usage_flags = property(get_cert_usage_flags, set_cert_usage_flags)

Default Value

0

Remarks

Flags that show intended use for the certificate. The value of cert_usage_flags is a combination of the following flags:

0x80Digital Signatures
0x40Key Authentication
0x20Key Encryption
0x10Data Encryption
0x08Key Agreement
0x04Certificate Signing
0x02Key Signing

Please refer to the cert_usage property for a text representation of cert_usage_flags.

This functionality is currently not available when the provider is OpenSSL.

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