Mono Class Library: System.Security.Cryptography.SymmetricAlgorithm Overview | MembersSystem.Security.Cryptography.SymmetricAlgorithm.CreateDecryptor Overloads |
The overloads of CreateDecryptor are listed below. For a list of all members, see the SymmetricAlgorithm Members list.
CreateDecryptor() : ICryptoTransform Gets an Decryptor transform object to work with a CryptoStream. abstractCreateDecryptor(byte[], byte[]) : ICryptoTransform Gets an Decryptor transform object to work with a CryptoStream.