The fields of System.Security.Cryptography.SymmetricAlgorithm are listed below. For a list of all members, see the SymmetricAlgorithm Members list.
See Also: Inherited members from System.Object
BlockSizeValue | int.
Represents the block size, in bits, of the cryptographic operation. | |
FeedbackSizeValue | int.
Represents the feedback size, in bits, of the cryptographic operation. | |
IVValue | byte[].
Represents the initialization vector (SymmetricAlgorithm.IV) for the symmetric algorithm. | |
KeySizeValue | int.
Represents the size, in bits, of the secret key used by the symmetric algorithm. | |
KeyValue | byte[].
Represents the secret key for the symmetric algorithm. | |
LegalBlockSizesValue | KeySizes[].
Specifies the block sizes, in bits, that are supported by the symmetric algorithm. | |
LegalKeySizesValue | KeySizes[].
Specifies the key sizes, in bits, that are supported by the symmetric algorithm. | |
ModeValue | CipherMode.
Represents the cipher mode used in the symmetric algorithm. | |
PaddingValue | PaddingMode.
Represents the padding mode used in the symmetric algorithm. |