IPWorks Encrypt 2020 Python Edition

Questions / Feedback?

encrypted_data_detail_mime_type Property

This property specifies the MIME type of the encrypted data.

Syntax

def get_encrypted_data_detail_mime_type(encrypted_data_detail_index: int) -> str: ...
def set_encrypted_data_detail_mime_type(encrypted_data_detail_index: int, value: str) -> None: ...

Default Value

""

Remarks

This property specifies the MIME type of the encrypted data. For example: "image/png". This property is optional.

The encrypted_data_detail_index parameter specifies the index of the item in the array. The size of the array is controlled by the encrypted_data_detail_count property.

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