Mono Class Library: Overview

System.Security.Cryptography.SymmetricAlgorithm: Field Members

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

Protected Fields

BlockSizeValueint. The block size of the cryptographic operation in bits.
FeedbackSizeValueint. The feedback size of the cryptographic operation in bits.
IVValuebyte[]. The initialization vector (IV) for the symmetric algorithm.
KeySizeValueint. The size of the secret key used by the symmetric algorithm in bits.
KeyValuebyte[]. The secret key for the symmetric algorithm.
LegalBlockSizesValueKeySizes[]. Specifies the block sizes that are supported by the symmetric algorithm.
LegalKeySizesValueKeySizes[]. Specifies the key sizes that are supported by the symmetric algorithm.
ModeValueCipherMode. Represents the cipher mode used in the symmetric algorithm.
PaddingValuePaddingMode. Represents the padding mode used in the symmetric algorithm.