The BlowfishManaged type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | BlockSize |
Gets or sets the block size, in bits, of the cryptographic operation.
(Overrides SymmetricAlgorithm..::..BlockSize.) |
![]() | CanReuseTransform |
Gets a value indicating whether the current transform can be reused.
|
![]() | CanTransformMultipleBlocks |
Gets a value indicating whether multiple blocks can be transformed.
|
![]() | FeedbackSize | Gets or sets the feedback size, in bits, of the cryptographic operation. (Inherited from SymmetricAlgorithm.) |
![]() | InputBlockSize |
Gets the input block size.
|
![]() | 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, in bits, of the secret key used by the symmetric algorithm.
(Overrides SymmetricAlgorithm..::..KeySize.) |
![]() | LegalBlockSizes | Gets the block sizes, in bits, that are supported by the symmetric algorithm. (Inherited from SymmetricAlgorithm.) |
![]() | LegalKeySizes | Gets the key sizes, in bits, that are supported by the symmetric algorithm. (Inherited from SymmetricAlgorithm.) |
![]() | Mode |
Gets or sets the mode for operation of the symmetric algorithm.
(Overrides SymmetricAlgorithm..::..Mode.) |
![]() | OutputBlockSize |
Gets the output block size.
|
![]() | Padding | Gets or sets the padding mode used in the symmetric algorithm. (Inherited from SymmetricAlgorithm.) |