PasswordHash interface
密码哈希属性
属性
| algorithm | 密码哈希算法 |
| context | 密码哈希的上下文 |
| file |
密码哈希的文件路径 |
| hash | 密码哈希 |
| password |
密码哈希的 ID |
| provisioning |
上次作的状态。 |
| salt | 密码哈希的盐 |
| username | 密码哈希的用户名 |
属性详细信息
algorithm
密码哈希算法
algorithm?: string
属性值
string
context
密码哈希的上下文
context?: string
属性值
string
filePath
密码哈希的文件路径
filePath?: string
属性值
string
hash
密码哈希
hash?: string
属性值
string
passwordHashId
密码哈希的 ID
passwordHashId?: string
属性值
string
provisioningState
上次作的状态。
provisioningState?: string
属性值
string
salt
密码哈希的盐
salt?: string
属性值
string
username
密码哈希的用户名
username?: string
属性值
string