RC2 Fields
.NET Framework 3.0
| Name | Description | |
|---|---|---|
| BlockSizeValue | Represents the block size, in bits, of the cryptographic operation. (inherited from SymmetricAlgorithm) |
| EffectiveKeySizeValue | Represents the effective size of the secret key used by the RC2 algorithm in bits. |
| FeedbackSizeValue | Represents the feedback size, in bits, of the cryptographic operation. (inherited from SymmetricAlgorithm) |
| IVValue | Represents the initialization vector (IV) for the symmetric algorithm. (inherited from SymmetricAlgorithm) |
| KeySizeValue | Represents the size, in bits, of the secret key used by the symmetric algorithm. (inherited from SymmetricAlgorithm) |
| KeyValue | Represents the secret key for the symmetric algorithm. (inherited from SymmetricAlgorithm) |
| LegalBlockSizesValue | Specifies the block sizes, in bits, that are supported by the symmetric algorithm. (inherited from SymmetricAlgorithm) |
| LegalKeySizesValue | Specifies the key sizes, in bits, that are supported by the symmetric algorithm. (inherited from SymmetricAlgorithm) |
| ModeValue | Represents the cipher mode used in the symmetric algorithm. (inherited from SymmetricAlgorithm) |
| PaddingValue | Represents the padding mode used in the symmetric algorithm. (inherited from SymmetricAlgorithm) |
Reference
RC2 ClassSystem.Security.Cryptography Namespace