IPWorks Encrypt 2020 C++ Edition

Questions / Feedback?

EncryptedDataDetailScope Property

This property specifies the scope of the encryption.

Syntax

ANSI (Cross Platform)
int GetEncryptedDataDetailScope(int iEncryptedDataDetailIndex);
int SetEncryptedDataDetailScope(int iEncryptedDataDetailIndex, int iEncryptedDataDetailScope); Unicode (Windows) INT GetEncryptedDataDetailScope(INT iEncryptedDataDetailIndex);
INT SetEncryptedDataDetailScope(INT iEncryptedDataDetailIndex, INT iEncryptedDataDetailScope);

Possible Values

S_ELEMENT(0), 
S_CONTENT(1)
- (int)encryptedDataDetailScope:(int)encryptedDataDetailIndex;
- (void)setEncryptedDataDetailScope:(int)encryptedDataDetailIndex:(int)newEncryptedDataDetailScope;

Possible Values

S_ELEMENT(0), 
S_CONTENT(1)
#define PID_XMLENCRYPT_ENCRYPTEDDATADETAILSCOPE 9

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

0

Remarks

This property specifies the scope of the encryption. When calling Encrypt the entire XML element specified by EncryptedDataDetailXMLElement may be encrypted, or only the content may be encrypted. This setting controls the scope of the encryption. Possible values are:

0 (sElement - default) The entire XML element is encrypted.
1 (sContent) Only the content of the XML element is encrypted.

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

Integer

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