Permission
Permissions representing read/write operation restrictions.
Entries
Reading the value required encryption without authorization.
Reading the value requires encryption with authorization, that is a PIN, passcode, etc.
Writing is permitted, but requires encryption without authorization.
Writing the value requires encryption with authorization, that is a PIN, passcode, etc.
Signed write operations are allowed.
Allow signed write operations with person-in-the-middle protection.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.