PasswordHash.SALTED-SHA512-PBKDF2
A dictionary that contains the elements to create the password hash.
Declaration
object PasswordHash.SALTED-SHA512-PBKDF2Properties
| Name | Type | Description |
|---|---|---|
entropy Required | data | The derived key from the password hash; for example, from |
iterations Required | integer | The number of iterations; for example, from |
salt Required | data | The 32-byte randomized data; for example, from |