RC2 Methods
.NET Framework 3.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Clear | Releases all resources used by the SymmetricAlgorithm class. (inherited from SymmetricAlgorithm) |
| Create | Overloaded. Creates an instance of a cryptographic object to perform the RC2 algorithm. |
| CreateDecryptor | Overloaded. Creates a symmetric decryptor object. (inherited from SymmetricAlgorithm) |
| CreateEncryptor | Overloaded. Creates a symmetric encryptor object. (inherited from SymmetricAlgorithm) |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GenerateIV | When overridden in a derived class, generates a random initialization vector (IV) to use for the algorithm. (inherited from SymmetricAlgorithm) |
| GenerateKey | When overridden in a derived class, generates a random key (Key) to use for the algorithm. (inherited from SymmetricAlgorithm) |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| ValidKeySize | Determines whether the specified key size is valid for the current algorithm. (inherited from SymmetricAlgorithm) |
| Name | Description | |
|---|---|---|
| Dispose | Releases the unmanaged resources used by the SymmetricAlgorithm and optionally releases the managed resources. (inherited from SymmetricAlgorithm) |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
Reference
RC2 ClassSystem.Security.Cryptography Namespace