SecurityServices for .NET 2.0 Documentation

ARCFourManaged Members

ARCFourManaged overview

Public Instance Constructors

ARCFourManaged Constructor Initializes a new instance of the ARCFourManaged class.

Public Instance Properties

BlockSize (inherited from RC4) Gets or sets the block size of the cryptographic operation in bits.
FeedbackSize (inherited from RC4) Gets or sets the feedback size of the cryptographic operation in bits.
IV (inherited from RC4) Gets or sets the initialization vector (IV) for the symmetric algorithm.
Key (inherited from SymmetricAlgorithm)Gets or sets the secret key for the symmetric algorithm.
KeySize (inherited from SymmetricAlgorithm)Gets or sets the size, in bits, of the secret key used by the symmetric algorithm.
LegalBlockSizes (inherited from RC4) Gets the block sizes that are supported by the symmetric algorithm.
LegalKeySizes (inherited from RC4) Gets the key sizes that are supported by the symmetric algorithm.
Mode (inherited from RC4) Gets or sets the mode for operation of the symmetric algorithm.
Padding (inherited from RC4) Gets or sets the padding mode used in the symmetric algorithm.

Public Instance Methods

Clear (inherited from SymmetricAlgorithm)Releases all resources used by the SymmetricAlgorithm class.
CreateDecryptorOverloaded. Creates a symmetric RC4 decryptor object with the specified Key.
CreateDecryptor (inherited from SymmetricAlgorithm)Overloaded. Creates a symmetric decryptor object with the current Key property and initialization vector (IV).
CreateEncryptorOverloaded. Creates a symmetric RC4 encryptor object with the specified Key.
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 (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. 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

ARCFourManaged Class | Org.Mentalis.SecurityServices.Cryptography Namespace