securekeyExists

Typehandler
Dictionarylibrary.securekey
LibrarySecure Key Storage
Syntax
securekeyExists(<pIdentifier>)
Associationscom.livecode.library.securekey
Summary

Returns true if a securekey with the given identifier already exists.

Editionpro
OSmac, ios, android
Platformsdesktop, mobile
Parameters
NameTypeDescription
pIdentifier

A string used to identify the securekey.

Example
if securekeyExists("foo") then
	return securekeyEncrypt("foo", "bar")
end if
Values
NameTypeDescription
return

True if the securekey exists

Description

Returns true if a securekey with the given identifier already exists.

NOTE: The Secure Key Storage library uses APIs available on iOS 10.0+, macOS 10.12+ and Android 4.3.

Tagssecure key storage library,encryption,secure key storage library,encryption