The RijndaelCryptoServiceProvider type exposes the following members.

Properties

  NameDescription
Public propertyBlockSize
Gets or sets the block size of the cryptographic operation in bits.
(Overrides SymmetricAlgorithm..::..BlockSize.)
Public propertyFeedbackSize
Gets or sets the feedback size of the cryptographic operation in bits.
(Overrides SymmetricAlgorithm..::..FeedbackSize.)
Public propertyIV
Gets or sets the initialization vector (IV) for the symmetric algorithm.
(Overrides SymmetricAlgorithm..::..IV.)
Public propertyKey
Gets or sets the secret key for the symmetric algorithm.
(Overrides SymmetricAlgorithm..::..Key.)
Public propertyKeySize
Gets or sets the size of the secret key used by the symmetric algorithm in bits.
(Overrides SymmetricAlgorithm..::..KeySize.)
Public propertyLegalBlockSizes
Gets the block sizes that are supported by the symmetric algorithm.
(Overrides SymmetricAlgorithm..::..LegalBlockSizes.)
Public propertyLegalKeySizes
Gets the key sizes that are supported by the symmetric algorithm.
(Overrides SymmetricAlgorithm..::..LegalKeySizes.)
Public propertyMode
Gets or sets the mode for operation of the symmetric algorithm.
(Overrides SymmetricAlgorithm..::..Mode.)
Public propertyPadding
Gets or sets the padding mode used in the symmetric algorithm.
(Overrides SymmetricAlgorithm..::..Padding.)

See Also