SecureBlackbox Lite 2020 iOS Edition

Questions / Feedback?

getEntryValue (method)

Returns the content stored in one of the entry fields as a byte array.

Syntax

- (NSData*)getEntryValue:(NSString*)entryName :(NSString*)fieldName;
public func getEntryValue(_ entryName: String, _ fieldName: String) throws -> Data

Remarks

Use this method to obtain the content stored in the FieldName field of the EntryName entry in the form of a byte array. Use GetEntryValueStr to retrieve the content as a string.

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