Mono Class Library: Overview

System.Security.Cryptography.SymmetricAlgorithm: Property Members

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

Public Properties

BlockSizeint. The block size of the cryptographic operation in bits.
FeedbackSizeint. The feedback size of the cryptographic operation in bits.
IVbyte[]. The initialization vector (IV) for the symmetric algorithm.
Keybyte[]. The secret key for the symmetric algorithm.
KeySizeint. The size of the secret key used by the symmetric algorithm in bits.
[read-only]
LegalBlockSizesKeySizes[]. Specifies the block sizes that are supported by the symmetric algorithm.
[read-only]
LegalKeySizesKeySizes[]. Specifies the key sizes that are supported by the symmetric algorithm.
ModeCipherMode. Represents the cipher mode used in the symmetric algorithm.
PaddingPaddingMode. Represents the padding mode used in the symmetric algorithm.