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