The properties 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
BlockSize | int.
Gets or sets the block size, in bits, of the cryptographic operation. | |
FeedbackSize | int.
Gets or sets the feedback size, in bits, of the cryptographic operation. | |
IV | byte[].
Gets or sets the initialization vector (SymmetricAlgorithm.IV) for the symmetric algorithm. | |
Key | byte[].
Gets or sets the secret key for the symmetric algorithm. | |
KeySize | int.
Gets or sets the size, in bits, of the secret key used by the symmetric algorithm. | |
[read-only] | LegalBlockSizes | KeySizes[].
Gets the block sizes, in bits, that are supported by the symmetric algorithm. |
[read-only] | LegalKeySizes | KeySizes[].
Gets the key sizes, in bits, that are supported by the symmetric algorithm. |
Mode | CipherMode.
Gets or sets the mode for operation of the symmetric algorithm. | |
Padding | PaddingMode.
Gets or sets the padding mode used in the symmetric algorithm. |