RCETransform THashAlgorithm, TEncryptionAlgorithm  PropertiesNMLE API Reference
The RCETransform 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 .)
Public propertyCryptoValue
The crypto value that stores the key and lockValue
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
Gets the Key of the algorytm
(Overrides MLETransformBase THashAlgorithm, TEncryptionAlgorithm  Key.)
Public propertyLockValue
The lockValue used to perform the cryptographic transform
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