The ARCFourManaged type exposes the following members.

Properties

  NameDescription
Public propertyBlockSize
Gets or sets the block size of the cryptographic operation in bits.
(Inherited from RC4.)
Public propertyFeedbackSize
Gets or sets the feedback size of the cryptographic operation in bits.
(Inherited from RC4.)
Public propertyIV
Gets or sets the initialization vector (IV) for the symmetric algorithm.
(Inherited from RC4.)
Public propertyKey
Gets or sets the secret key for the symmetric algorithm.
(Inherited from SymmetricAlgorithm.)
Public propertyKeySize
Gets or sets the size, in bits, of the secret key used by the symmetric algorithm.
(Inherited from SymmetricAlgorithm.)
Public propertyLegalBlockSizes
Gets the block sizes that are supported by the symmetric algorithm.
(Inherited from RC4.)
Public propertyLegalKeySizes
Gets the key sizes that are supported by the symmetric algorithm.
(Inherited from RC4.)
Public propertyMode
Gets or sets the mode for operation of the symmetric algorithm.
(Inherited from RC4.)
Public propertyPadding
Gets or sets the padding mode used in the symmetric algorithm.
(Inherited from RC4.)
Protected propertyRngCsp
Returns an RNGCryptoServiceProvider instance.
(Inherited from RC4.)

See Also