FileEncryption.PasswordHashingAlgorithm Property
Namespace: Rebex.Security
Assembly: Rebex.Security.dll (version 8.0.9673)
PasswordHashingAlgorithm
Hashing algorithm for key derivation (derived from the password using PBKDF2 defined by RFC 2898). Supported algorithms: SHA1, SHA256, SHA384, SHA512.
Declaration
public HashingAlgorithmId PasswordHashingAlgorithm { get; set; }
Property Value
| Type | Description |
|---|---|
| HashingAlgorithmId |