The RC4CryptoServiceProvider type exposes the following members.

Properties

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

See Also