SecurityServices for .NET 2.0 Documentation

RC4 Properties

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

Public Instance Properties

BlockSize Gets or sets the block size of the cryptographic operation in bits.
FeedbackSize Gets or sets the feedback size of the cryptographic operation in bits.
IV 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 Gets the block sizes that are supported by the symmetric algorithm.
LegalKeySizes Gets the key sizes that are supported by the symmetric algorithm.
Mode Gets or sets the mode for operation of the symmetric algorithm.
Padding Gets or sets the padding mode used in the symmetric algorithm.

Protected Instance Properties

RngCsp Returns an RNGCryptoServiceProvider instance.

See Also

RC4 Class | Org.Mentalis.SecurityServices.Cryptography Namespace