The RijndaelCryptoServiceProvider type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | BlockSize |
Gets or sets the block size of the cryptographic operation in bits.
(Overrides SymmetricAlgorithm..::..BlockSize.) |
![]() | FeedbackSize |
Gets or sets the feedback size of the cryptographic operation in bits.
(Overrides SymmetricAlgorithm..::..FeedbackSize.) |
![]() | IV |
Gets or sets the initialization vector (IV) for the symmetric algorithm.
(Overrides SymmetricAlgorithm..::..IV.) |
![]() | Key |
Gets or sets the secret key for the symmetric algorithm.
(Overrides SymmetricAlgorithm..::..Key.) |
![]() | KeySize |
Gets or sets the size of the secret key used by the symmetric algorithm in bits.
(Overrides SymmetricAlgorithm..::..KeySize.) |
![]() | LegalBlockSizes |
Gets the block sizes that are supported by the symmetric algorithm.
(Overrides SymmetricAlgorithm..::..LegalBlockSizes.) |
![]() | LegalKeySizes |
Gets the key sizes that are supported by the symmetric algorithm.
(Overrides SymmetricAlgorithm..::..LegalKeySizes.) |
![]() | Mode |
Gets or sets the mode for operation of the symmetric algorithm.
(Overrides SymmetricAlgorithm..::..Mode.) |
![]() | Padding |
Gets or sets the padding mode used in the symmetric algorithm.
(Overrides SymmetricAlgorithm..::..Padding.) |