Overload List

  NameDescription
Public methodCreateDecryptor()()()()
Creates a symmetric decryptor object with the current Key property and initialization vector (IV).
(Inherited from SymmetricAlgorithm.)
Public methodCreateDecryptor(array<Byte>[]()[][], array<Byte>[]()[][])
Creates a symmetric Rijndael decryptor object with the specified Key and initialization vector (IV).
(Overrides SymmetricAlgorithm..::..CreateDecryptor(array<Byte>[]()[][], array<Byte>[]()[][]).)

See Also