RC2CryptoServiceProvider Properties
.NET Framework 1.1
The properties of the RC2CryptoServiceProvider class are listed here. For a complete list of RC2CryptoServiceProvider class members, see the RC2CryptoServiceProvider Members topic.
Public Properties
BlockSize (inherited from SymmetricAlgorithm) | Gets or sets the block size of the cryptographic operation in bits. |
EffectiveKeySize | Overridden. Gets or sets the effective size of the secret key used by the RC2 algorithm in bits. |
FeedbackSize (inherited from SymmetricAlgorithm) | Gets or sets the feedback size of the cryptographic operation in bits. |
IV (inherited from SymmetricAlgorithm) | 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 RC2) | Overridden. Gets or sets the size of the secret key used by the RC2 algorithm in bits. |
LegalBlockSizes (inherited from SymmetricAlgorithm) | Gets the block sizes that are supported by the symmetric algorithm. |
LegalKeySizes (inherited from SymmetricAlgorithm) | Gets the key sizes that are supported by the symmetric algorithm. |
Mode (inherited from SymmetricAlgorithm) | Gets or sets the mode for operation of the symmetric algorithm. |
Padding (inherited from SymmetricAlgorithm) | Gets or sets the padding mode used in the symmetric algorithm. |
See Also
RC2CryptoServiceProvider Class | System.Security.Cryptography Namespace
