The
HCETransform THashAlgorithm, TEncryptionAlgorithm type exposes the following members.
| Name | Description |
---|
 | CanReuseTransform |
Gets a value indicating whether the current transform can be
reused.
(Inherited from MLETransformBase THashAlgorithm, TEncryptionAlgorithm .) |
 | CanTransformMultipleBlocks |
Gets a value indicating whether multiple blocks can be
transformed.
(Inherited from MLETransformBase THashAlgorithm, TEncryptionAlgorithm .) |
 | Direction |
The direction of the cryptographic algorytm
(Inherited from MLETransformBase THashAlgorithm, TEncryptionAlgorithm .) |
 | InputBlockSize |
Gets the input block size.
(Inherited from MLETransformBase THashAlgorithm, TEncryptionAlgorithm .) |
 | Key | (Overrides MLETransformBase THashAlgorithm, TEncryptionAlgorithm Key.) |
 | OutputBlockSize |
Gets the output block size.
(Inherited from MLETransformBase THashAlgorithm, TEncryptionAlgorithm .) |
 | Tag |
The MLE tag used to uniquely identify the output of this
transform
(Inherited from MLETransformBase THashAlgorithm, TEncryptionAlgorithm .) |
 | TransformKey |
The TransformKey used to transform the message
(Inherited from MLETransformBase THashAlgorithm, TEncryptionAlgorithm .) |
 | UnderlyingHashTransform |
the hashing algorythm that was used to derive they TransformKey
(Inherited from MLETransformBase THashAlgorithm, TEncryptionAlgorithm .) |
 | UnderlyingSymetricTransform |
The symetric algorythm used to encrypt the message
(Inherited from MLETransformBase THashAlgorithm, TEncryptionAlgorithm .) |
Back to Top