SecurityServices for .NET 2.0 Documentation

RijndaelCryptoServiceProvider Methods

The methods of the RijndaelCryptoServiceProvider class are listed below. For a complete list of RijndaelCryptoServiceProvider class members, see the RijndaelCryptoServiceProvider Members topic.

Public Instance Methods

Clear (inherited from SymmetricAlgorithm)Releases all resources used by the SymmetricAlgorithm class.
CreateDecryptorOverloaded. Creates a symmetric Rijndael decryptor object with the specified Key and initialization vector (IV).
CreateDecryptor (inherited from SymmetricAlgorithm)Overloaded. Creates a symmetric decryptor object with the current Key property and initialization vector (IV).
CreateEncryptorOverloaded. Creates a symmetric Rijndael encryptor object with the specified Key and initialization vector (IV).
CreateEncryptor (inherited from SymmetricAlgorithm)Overloaded. Creates a symmetric encryptor object with the current Key property and initialization vector (IV).
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GenerateIV Generates a random initialization vector (IV) to be used for the algorithm.
GenerateKey Generates a random Key to be used for the algorithm.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.
ValidKeySize (inherited from SymmetricAlgorithm)Determines whether the specified key size is valid for the current algorithm.

See Also

RijndaelCryptoServiceProvider Class | Org.Mentalis.SecurityServices.Cryptography Namespace