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