SecurityServices for .NET 2.0 Documentation

RC4CryptoServiceProvider Properties

The properties of the RC4CryptoServiceProvider class are listed below. For a complete list of RC4CryptoServiceProvider class members, see the RC4CryptoServiceProvider 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 Gets or sets the secret key for the symmetric algorithm.
KeySize Gets or sets the size of the secret key used by the symmetric algorithm in bits.
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.

See Also

RC4CryptoServiceProvider Class | Org.Mentalis.SecurityServices.Cryptography Namespace