The methods of the RijndaelCryptoServiceProvider class are listed below. For a complete list of RijndaelCryptoServiceProvider class members, see the RijndaelCryptoServiceProvider Members topic.
![]() | Releases all resources used by the SymmetricAlgorithm. |
![]() | Overloaded. Creates a symmetric Rijndael decryptor object with the specified Key and initialization vector (IV). |
![]() | Creates a symmetric decryptor object with the current Key and initialization vector (IV). |
![]() | Overloaded. Creates a symmetric Rijndael encryptor object with the specified Key and initialization vector (IV). |
![]() | Creates a symmetric encryptor object with the current Key and initialization vector (IV). |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Generates a random initialization vector (IV) to be used for the algorithm. |
![]() | Generates a random Key to be used for the algorithm. |
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the Type of the current instance. |
![]() | Returns a String that represents the current Object. |
![]() | Determines whether the specified key size is valid for the current algorithm. |
![]() | Releases all unmanaged resources. |
![]() | Releases all unmanaged resources. |
![]() | Creates a shallow copy of the current Object. |
![]() |
RijndaelCryptoServiceProvider Class | Org.Mentalis.Security.Cryptography Namespace