SymmetricAlgorithm Properties
.NET Framework 2.0
| Name | Description | |
|---|---|---|
| BlockSize | Gets or sets the block size, in bits, of the cryptographic operation. |
| FeedbackSize | Gets or sets the feedback size, in bits, of the cryptographic operation. |
| 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, 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. |
Reference
SymmetricAlgorithm ClassSystem.Security.Cryptography Namespace