Mono Class Library: OverviewSystem.Security.Cryptography.SymmetricAlgorithm: Method Members |
The methods of System.Security.Cryptography.SymmetricAlgorithm are listed below. For a list of all members, see the SymmetricAlgorithm Members list.
See Also: Inherited members from System.Object
Clear() Zeroize sensitive informations inside the algorithm implementation. staticCreate() : SymmetricAlgorithm Creates the default implementation of the default symmetric algorithm (System.Security.Cryptography.Rijndael). staticCreate(string) : SymmetricAlgorithm Creates a specific implementation of the given symmetric algorithm.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.CreateEncryptor() : ICryptoTransform Gets an Encryptor transform object to work with a CryptoStream. abstractCreateEncryptor(byte[], byte[]) : ICryptoTransform Gets an Encryptor transform object to work with a CryptoStream.Finalize() Documentation for this section has not yet been entered. abstractGenerateIV() Generate a new initialization vector (IV) for the algorithm. abstractGenerateKey() Generate a new secret key for the algorithm.ValidKeySize(int) : bool Checks wether the given keyLength is valid for the current algorithm.