IPWorks SFTP 2020 Python Edition

Questions / Feedback?

export_private_key Property

Whether to export the private key.

Syntax

def get_export_private_key() -> bool: ...
def set_export_private_key(value: bool) -> None: ...

export_private_key = property(get_export_private_key, set_export_private_key)

Default Value

TRUE

Remarks

This property controls whether the private key is exported when export_certificate is called.

If set to True (default) the private key is exported. If set to False, only the public key is exported.

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