IPWorks SFTP 2020 Python Edition

Questions / Feedback?

cert_private_key_available Property

Shows whether a PrivateKey is available for the selected certificate.

Syntax

def get_cert_private_key_available() -> bool: ...

cert_private_key_available = property(get_cert_private_key_available, None)

Default Value

FALSE

Remarks

Shows whether a cert_private_key is available for the selected certificate. If cert_private_key_available is True, the certificate may be used for authentication purposes (e.g. server authentication).

This property is read-only.

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