SymmetricAlgorithm Fields
.NET Framework 4
The SymmetricAlgorithm type exposes the following members.
| 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, in bits, that are supported by the symmetric algorithm. |
|
LegalKeySizesValue | Specifies the key sizes, in bits, 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. |