IPWorks Encrypt 2020 C++ Edition

Questions / Feedback?

EncryptedDataDetailMIMEType Property

This property specifies the MIME type of the encrypted data.

Syntax

ANSI (Cross Platform)
char* GetEncryptedDataDetailMIMEType(int iEncryptedDataDetailIndex);
int SetEncryptedDataDetailMIMEType(int iEncryptedDataDetailIndex, const char* lpszEncryptedDataDetailMIMEType); Unicode (Windows) LPWSTR GetEncryptedDataDetailMIMEType(INT iEncryptedDataDetailIndex);
INT SetEncryptedDataDetailMIMEType(INT iEncryptedDataDetailIndex, LPCWSTR lpszEncryptedDataDetailMIMEType);
- (NSString*)encryptedDataDetailMIMEType:(int)encryptedDataDetailIndex;
- (void)setEncryptedDataDetailMIMEType:(int)encryptedDataDetailIndex:(NSString*)newEncryptedDataDetailMIMEType;
#define PID_XMLENCRYPT_ENCRYPTEDDATADETAILMIMETYPE 8

IPWORKSENCRYPT_EXTERNAL void* IPWORKSENCRYPT_CALL IPWorksEncrypt_XMLEncrypt_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSENCRYPT_EXTERNAL int IPWORKSENCRYPT_CALL IPWorksEncrypt_XMLEncrypt_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);
IPWORKSENCRYPT_EXTERNAL int IPWORKSENCRYPT_CALL IPWorksEncrypt_XMLEncrypt_CheckIndex(void *lpObj, int propid, int arridx);

Default Value

""

Remarks

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

The EncryptedDataDetailIndex parameter specifies the index of the item in the array. The size of the array is controlled by the EncryptedDataDetailCount property.

This property is not available at design time.

Data Type

String

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