SymmetricKey Methods |
The SymmetricKey type exposes the following members.
Name | Description | |
---|---|---|
![]() | CreateStream |
Creates a strem that will encrypt the given base stream
|
![]() | DecryptData |
Decrypts data encoded by encryptData.
|
![]() | DecryptStream |
Streaming decryption.
|
![]() | Dispose | |
![]() | EncryptData |
Encrypts a data blob.
The output consists of a 16-byte random initialization vector,
followed by PKCS7-padded ciphertext.
|