The RCETransform THashAlgorithm, TEncryptionAlgorithm type exposes the following members.
Back to Top
Properties
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 .) |
![]() | CryptoValue |
The crypto value that stores the key and lockValue
|
![]() | Direction |
The direction of the cryptographic algorytm
(Inherited from MLETransformBase THashAlgorithm, TEncryptionAlgorithm .) |
![]() | InputBlockSize |
Gets the input block size.
(Inherited from MLETransformBase THashAlgorithm, TEncryptionAlgorithm .) |
![]() | Key |
Gets the Key of the algorytm
(Overrides MLETransformBase THashAlgorithm, TEncryptionAlgorithm Key.) |
![]() | LockValue |
The lockValue used to perform the cryptographic transform
|
![]() | 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 .) |
See Also