EncryptionKey Constructor |
Name | Description | |
---|---|---|
EncryptionKey |
Creates an instance with a random key.
| |
EncryptionKey(Byte) |
Creates an instance from existing key data.
| |
EncryptionKey(String) |
Creates an instance with a key derived from a password, using default salt and rounds.
| |
EncryptionKey(String, Byte, Int32) |
Creates an instance with a key derived from a password.
|