IPWorks Encrypt 2020 Python Edition

Questions / Feedback?

detached_signature_data Property

The detached signature.

Syntax

def get_detached_signature_data() -> bytes: ...
def set_detached_signature_data(value: bytes) -> None: ...

detached_signature_data = property(get_detached_signature_data, set_detached_signature_data)

Default Value

""

Remarks

This setting is used to specify the detached signature before calling verify_signature. The message data should be specified normally and this property should be set to the detached signature data. This may be set to the PEM, DER, or SMIME encoded signature message.

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