IPWorks Encrypt 2020 iOS Edition

Questions / Feedback?

encryptedDataDetailScope (property)

This property specifies the scope of the encryption.

Syntax

- (int)encryptedDataDetailScope:(int)encryptedDataDetailIndex;
- (void)setEncryptedDataDetailScope:(int)encryptedDataDetailIndex:(int)newEncryptedDataDetailScope;

/* Possible Values */
S_ELEMENT(0),
S_CONTENT(1)
public func encryptedDataDetailScope(encryptedDataDetailIndex: Int32) throws -> XmlencryptEncryptedDataDetailScopes
public func setEncryptedDataDetailScope(encryptedDataDetailIndex: Int32, newEncryptedDataDetailScope: XmlencryptEncryptedDataDetailScopes) throws -> Void
public enum XmlencryptEncryptedDataDetailScopes : Int32 { case sElement = 0 case sContent = 1 }

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.

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