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>[]()[][])
When overridden in a derived class, creates a symmetric encryptor object with the specified Key property and initialization vector (IV).
(Inherited from SymmetricAlgorithm.)

See Also