SecureBlackbox 2020 iOS Edition

Questions / Feedback?

referenceUseBase64Transform (property)

Specifies whether Base64 transform is included in transform chain.

Syntax

- (BOOL)referenceUseBase64Transform:(int)referenceIndex;
- (void)setReferenceUseBase64Transform:(int)referenceIndex:(BOOL)newReferenceUseBase64Transform;
public func referenceUseBase64Transform(referenceIndex: Int32) throws -> Bool
public func setReferenceUseBase64Transform(referenceIndex: Int32, newReferenceUseBase64Transform: Bool) throws -> Void

Default Value

FALSE

Remarks

Specifies whether Base64 transform is included in transform chain.

The ReferenceIndex parameter specifies the index of the item in the array. The size of the array is controlled by the ReferenceCount property.

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