The Cast5Managed type exposes the following members.

Fields

  NameDescription
Public fieldStatic memberBLOCK_SIZE
The block size in bytes.
Protected fieldBlockSizeValue
Represents the block size, in bits, of the cryptographic operation.
(Inherited from SymmetricAlgorithm.)
Protected fieldFeedbackSizeValue
Represents the feedback size, in bits, of the cryptographic operation.
(Inherited from SymmetricAlgorithm.)
Protected fieldIVValue
Represents the initialization vector (IV) for the symmetric algorithm.
(Inherited from SymmetricAlgorithm.)
Protected fieldKeySizeValue
Represents the size, in bits, of the secret key used by the symmetric algorithm.
(Inherited from SymmetricAlgorithm.)
Protected fieldKeyValue
Represents the secret key for the symmetric algorithm.
(Inherited from SymmetricAlgorithm.)
Protected fieldLegalBlockSizesValue
Specifies the block sizes, in bits, that are supported by the symmetric algorithm.
(Inherited from SymmetricAlgorithm.)
Protected fieldLegalKeySizesValue
Specifies the key sizes, in bits, that are supported by the symmetric algorithm.
(Inherited from SymmetricAlgorithm.)
Public fieldStatic memberMAX_KEY_LENGTH
The key size for this algorithm is 128 bits (16 BYTES)
Protected fieldModeValue
Represents the cipher mode used in the symmetric algorithm.
(Inherited from SymmetricAlgorithm.)
Protected fieldPaddingValue
Represents the padding mode used in the symmetric algorithm.
(Inherited from SymmetricAlgorithm.)

See Also