The RC4 type exposes the following members.

Properties

  NameDescription
Public propertyBlockSize
Gets or sets the block size of the cryptographic operation in bits.
(Overrides SymmetricAlgorithm..::..BlockSize.)
Public propertyFeedbackSize
Gets or sets the feedback size of the cryptographic operation in bits.
(Overrides SymmetricAlgorithm..::..FeedbackSize.)
Public propertyIV
Gets or sets the initialization vector (IV) for the symmetric algorithm.
(Overrides SymmetricAlgorithm..::..IV.)
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.
(Overrides SymmetricAlgorithm..::..LegalBlockSizes.)
Public propertyLegalKeySizes
Gets the key sizes that are supported by the symmetric algorithm.
(Overrides SymmetricAlgorithm..::..LegalKeySizes.)
Public propertyMode
Gets or sets the mode for operation of the symmetric algorithm.
(Overrides SymmetricAlgorithm..::..Mode.)
Public propertyPadding
Gets or sets the padding mode used in the symmetric algorithm.
(Overrides SymmetricAlgorithm..::..Padding.)
Protected propertyRngCsp
Returns an RNGCryptoServiceProvider instance.

See Also