SymmetricAlgorithm Properties
.NET Framework 1.1
The properties of the SymmetricAlgorithm class are listed here. For a complete list of SymmetricAlgorithm class members, see the SymmetricAlgorithm Members topic.
Public Properties
BlockSize | Gets or sets the block size of the cryptographic operation in bits. |
FeedbackSize | Gets or sets the feedback size of the cryptographic operation in bits. |
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 of the secret key used by the symmetric algorithm in bits. |
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. |
See Also
SymmetricAlgorithm Class | System.Security.Cryptography Namespace
