HCETransform THashAlgorithm, TEncryptionAlgorithm  PropertiesNMLE API Reference
The HCETransform THashAlgorithm, TEncryptionAlgorithm  type exposes the following members.
Properties

  NameDescription
Public propertyCanReuseTransform
Gets a value indicating whether the current transform can be reused.
(Inherited from MLETransformBase THashAlgorithm, TEncryptionAlgorithm .)
Public propertyCanTransformMultipleBlocks
Gets a value indicating whether multiple blocks can be transformed.
(Inherited from MLETransformBase THashAlgorithm, TEncryptionAlgorithm .)
Protected propertyDirection
The direction of the cryptographic algorytm
(Inherited from MLETransformBase THashAlgorithm, TEncryptionAlgorithm .)
Public propertyInputBlockSize
Gets the input block size.
(Inherited from MLETransformBase THashAlgorithm, TEncryptionAlgorithm .)
Public propertyKey (Overrides MLETransformBase THashAlgorithm, TEncryptionAlgorithm  Key.)
Public propertyOutputBlockSize
Gets the output block size.
(Inherited from MLETransformBase THashAlgorithm, TEncryptionAlgorithm .)
Public propertyTag
The MLE tag used to uniquely identify the output of this transform
(Inherited from MLETransformBase THashAlgorithm, TEncryptionAlgorithm .)
Protected propertyTransformKey
The TransformKey used to transform the message
(Inherited from MLETransformBase THashAlgorithm, TEncryptionAlgorithm .)
Protected propertyUnderlyingHashTransform
the hashing algorythm that was used to derive they TransformKey
(Inherited from MLETransformBase THashAlgorithm, TEncryptionAlgorithm .)
Protected propertyUnderlyingSymetricTransform
The symetric algorythm used to encrypt the message
(Inherited from MLETransformBase THashAlgorithm, TEncryptionAlgorithm .)
Back to Top
See Also