Click or drag to resize

SymmetricKey Methods

The SymmetricKey type exposes the following members.

Methods
  NameDescription
Public methodCreateStream
Creates a strem that will encrypt the given base stream
Public methodDecryptData
Decrypts data encoded by encryptData.
Public methodDecryptStream
Streaming decryption.
Public methodDispose
Public methodEncryptData
Encrypts a data blob. The output consists of a 16-byte random initialization vector, followed by PKCS7-padded ciphertext.
Top
See Also