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.

Gets or sets the block size, in bits, of the cryptographic operation.

FeedbackSizeint.

Gets or sets the feedback size, in bits, of the cryptographic operation.

IVbyte[].

Gets or sets the initialization vector (SymmetricAlgorithm.IV) for the symmetric algorithm.

Keybyte[].

Gets or sets the secret key for the symmetric algorithm.

KeySizeint.

Gets or sets the size, in bits, of the secret key used by the symmetric algorithm.

[read-only]
LegalBlockSizesKeySizes[].

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

[read-only]
LegalKeySizesKeySizes[].

Gets the key sizes, in bits, that are supported by the symmetric algorithm.

ModeCipherMode.

Gets or sets the mode for operation of the symmetric algorithm.

PaddingPaddingMode.

Gets or sets the padding mode used in the symmetric algorithm.