EncryptedDataDetailScope Property
This property specifies the scope of the encryption.
Object Oriented Interface
public function getEncryptedDataDetailScope($encrypteddatadetailindex); public function setEncryptedDataDetailScope($encrypteddatadetailindex, $value);
Procedural Interface
ipworksencrypt_xmlencrypt_get($res, 9 , $encrypteddatadetailindex); ipworksencrypt_xmlencrypt_set($res, 9, $value , $encrypteddatadetailindex);
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 size of the array is controlled by the EncryptedDataDetailCount property.
This property is not available at design time.
Data Type
Integer