Contents

PasswordHash

A dictionary that contains the password hash for the account.

Declaration

object PasswordHash

Properties

NameTypeDescription
SALTED-SHA512-PBKDF2 RequiredPasswordHash.SALTED-SHA512-PBKDF2

A dictionary that contains the entropy, iterations, and salt elements to create the password hash using the CommonCrypto libraries, or equivalent. Convert this dictionary to binary data before setting it as the value for the password hash.

Topics

Objects

See Also

Miscellaneous data formats