IPWorks SFTP 2020 Python Edition

Questions / Feedback?

exported_cert Property

The exported certificate string.

Syntax

def get_exported_cert() -> bytes: ...

exported_cert = property(get_exported_cert, None)

Default Value

""

Remarks

This property holds the exported certificate if it was not exported to a file.

When calling export_certificate if the CertFile parameter is empty string the certificate will be exported as a string and available in this property. This allows certificate data to be exported without writing any data to disk.

When export_format is set to PFX or P7B the EncodeExportedCert setting controls whether the value is binary or base64 encoded.

This property is read-only.

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