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

  NameDescription
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.
Protected propertyDirection
The direction of the cryptographic algorytm
Public propertyInputBlockSize
Gets the input block size.
Public propertyKey
Gets the Key of the algorytm
Public propertyOutputBlockSize
Gets the output block size.
Public propertyTag
The MLE tag used to uniquely identify the output of this transform
Protected propertyTransformKey
The TransformKey used to transform the message
Protected propertyUnderlyingHashTransform
the hashing algorythm that was used to derive they TransformKey
Protected propertyUnderlyingSymetricTransform
The symetric algorythm used to encrypt the message
Back to Top
See Also