Click or drag to resize

SymmetricAlgorithmExtensions Methods

The SymmetricAlgorithmExtensions type exposes the following members.

Methods
  Name Description
Public Extension Method Decrypt(SymmetricAlgorithm, Stream, Stream, Byte[], Byte[]) Decrypts input stream onto output stream for the given parameters.
Public Extension Method Decrypt(SymmetricAlgorithm, Byte[], Int32, Int32, Byte[], Byte[]) Returns a binary array of decrypted data for the given parameters.
Public Extension Method Encrypt(SymmetricAlgorithm, Stream, Stream, Byte[], Byte[]) Encrypts input stream onto output stream for the given parameters.
Public Extension Method Encrypt(SymmetricAlgorithm, Byte[], Int32, Int32, Byte[], Byte[]) Returns a binary array of encrypted data for the given parameters.
Top
See Also