Overload List

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

See Also