KeyDerivationParameters Class
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9448)
Key derivation parameters.
Syntax
public class KeyDerivationParameters
Inherited Members
Properties
| Name | Description |
|---|---|
| HashAlgorithm | Hashing algorithm. |
| HmacKey | HMAC key. |
| KeyDerivationFunction | Gets or sets key derivation function ("HASH" or "HMAC"). |
| SecretAppend | Data to append to shared secret when hashing. |
| SecretPrepend | Data to prepend to shared secret when hashing. |