The Twofish type exposes the following members.

Fields

  NameDescription
Protected fieldSupported by the .NET Compact FrameworkBlockSizeValue
Represents the block size, in bits, of the cryptographic operation.
(Inherited from SymmetricAlgorithm.)
Protected fieldSupported by the .NET Compact FrameworkFeedbackSizeValue
Represents the feedback size, in bits, of the cryptographic operation.
(Inherited from SymmetricAlgorithm.)
Protected fieldSupported by the .NET Compact FrameworkIVValue
Represents the initialization vector (IV) for the symmetric algorithm.
(Inherited from SymmetricAlgorithm.)
Protected fieldSupported by the .NET Compact FrameworkKeySizeValue
Represents the size, in bits, of the secret key used by the symmetric algorithm.
(Inherited from SymmetricAlgorithm.)
Protected fieldSupported by the .NET Compact FrameworkKeyValue
Represents the secret key for the symmetric algorithm.
(Inherited from SymmetricAlgorithm.)
Protected fieldSupported by the .NET Compact FrameworkLegalBlockSizesValue
Specifies the block sizes that are supported by the symmetric algorithm.
(Inherited from SymmetricAlgorithm.)
Protected fieldSupported by the .NET Compact FrameworkLegalKeySizesValue
Specifies the key sizes that are supported by the symmetric algorithm.
(Inherited from SymmetricAlgorithm.)
Protected fieldSupported by the .NET Compact FrameworkModeValue
Represents the cipher mode used in the symmetric algorithm.
(Inherited from SymmetricAlgorithm.)
Protected fieldSupported by the .NET Compact FrameworkPaddingValue
Represents the padding mode used in the symmetric algorithm.
(Inherited from SymmetricAlgorithm.)

See Also