IPWorks SFTP 2020 Python Edition

Questions / Feedback?

cert_usage Property

Text description of UsageFlags .

Syntax

def get_cert_usage() -> str: ...
def set_cert_usage(value: str) -> None: ...

cert_usage = property(get_cert_usage, set_cert_usage)

Default Value

""

Remarks

Text description of cert_usage_flags.

The value will be of one or more of the following strings, separated by commas:

  • Digital Signatures
  • Key Authentication
  • Key Encryption
  • Data Encryption
  • Key Agreement
  • Certificate Signing
  • Key Signing

If the provider is OpenSSL, the value is a comma separated list of X509 certificate extension names.

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