The BlowfishManaged type exposes the following members.

Properties

  NameDescription
Public propertyBlockSize
Gets or sets the block size, in bits, of the cryptographic operation.
(Overrides SymmetricAlgorithm..::..BlockSize.)
Public propertyCanReuseTransform
Gets a value indicating whether the current transform can be reused.
Public propertyCanTransformMultipleBlocks
Gets a value indicating whether multiple blocks can be transformed.
Public propertyFeedbackSize
Gets or sets the feedback size, in bits, of the cryptographic operation.
(Inherited from SymmetricAlgorithm.)
Public propertyInputBlockSize
Gets the input block size.
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, in bits, of the secret key used by the symmetric algorithm.
(Overrides SymmetricAlgorithm..::..KeySize.)
Public propertyLegalBlockSizes
Gets the block sizes, in bits, that are supported by the symmetric algorithm.
(Inherited from SymmetricAlgorithm.)
Public propertyLegalKeySizes
Gets the key sizes, in bits, that are supported by the symmetric algorithm.
(Inherited from SymmetricAlgorithm.)
Public propertyMode
Gets or sets the mode for operation of the symmetric algorithm.
(Overrides SymmetricAlgorithm..::..Mode.)
Public propertyOutputBlockSize
Gets the output block size.
Public propertyPadding
Gets or sets the padding mode used in the symmetric algorithm.
(Inherited from SymmetricAlgorithm.)

See Also