Mentalis.org Security Library documentation

ARCFourManaged Methods

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

Public Instance Methods

Clear (inherited from SymmetricAlgorithm) Releases all resources used by the SymmetricAlgorithm.
CreateDecryptorOverloaded. Creates a symmetric RC4 decryptor object with the specified Key.
CreateDecryptor (inherited from SymmetricAlgorithm)Creates a symmetric decryptor object with the current Key and initialization vector (IV).
CreateEncryptorOverloaded. Creates a symmetric RC4 encryptor object with the specified Key.
CreateEncryptor (inherited from SymmetricAlgorithm) Creates a symmetric encryptor object with the current Key and initialization vector (IV).
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GenerateIV (inherited from RC4) This is a stub method.
GenerateKey (inherited from RC4) Generates a random Key to be used for the algorithm.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, 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.

Protected Instance Methods

Dispose Releases the unmanaged resources used by the ARCFourManaged and optionally releases the managed resources.
Finalize (inherited from SymmetricAlgorithm)Releases the unmanaged resources used by the SymmetricAlgorithm.
GetRNGCSP (inherited from RC4) Returns an RNGCryptoServiceProvider instance.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

Explicit Interface Implementations

IDisposable.Dispose (inherited from SymmetricAlgorithm)

See Also

ARCFourManaged Class | Org.Mentalis.Security.Cryptography Namespace