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.

Represents the block size, in bits, of the cryptographic operation.

FeedbackSizeValueint.

Represents the feedback size, in bits, of the cryptographic operation.

IVValuebyte[].

Represents the initialization vector (SymmetricAlgorithm.IV) for the symmetric algorithm.

KeySizeValueint.

Represents the size, in bits, of the secret key used by the symmetric algorithm.

KeyValuebyte[].

Represents the secret key for the symmetric algorithm.

LegalBlockSizesValueKeySizes[].

Specifies the block sizes, in bits, that are supported by the symmetric algorithm.

LegalKeySizesValueKeySizes[].

Specifies the key sizes, in bits, 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.