The MLETransformBase THashAlgorithm, TEncryptionAlgorithm type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | MLETransformBase THashAlgorithm, TEncryptionAlgorithm |
When called from a inheriting class instantiates the Hash
and encryption algorytms.
|
Methods
Name | Description | |
---|---|---|
![]() | Dispose |
Performs application-defined tasks associated with freeing,
releasing, or resetting unmanaged resources.
|
![]() | ![]() | (Inherited from ![]() |
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() | ![]() | Serves as a hash function for a particular type. (Inherited from ![]() |
![]() ![]() | GetTransform |
Returns a ICryptoTransform for TEncryptionAlgorythm for the
given TransformKey and direction
|
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | ReportHashCheck | |
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
![]() | TransformBlock |
Transforms the specified region of the input byte array and
copies the resulting transform to the specified region of the
output byte array.
|
![]() | TransformFinalBlock |
Transforms the specified region of the specified byte array.
|
Properties
Name | Description | |
---|---|---|
![]() | CanReuseTransform |
Gets a value indicating whether the current transform can be
reused.
|
![]() | CanTransformMultipleBlocks |
Gets a value indicating whether multiple blocks can be
transformed.
|
![]() | Direction |
The direction of the cryptographic algorytm
|
![]() | InputBlockSize |
Gets the input block size.
|
![]() | Key |
Gets the Key of the algorytm
|
![]() | OutputBlockSize |
Gets the output block size.
|
![]() | Tag |
The MLE tag used to uniquely identify the output of this
transform
|
![]() | TransformKey |
The TransformKey used to transform the message
|
![]() | UnderlyingHashTransform |
the hashing algorythm that was used to derive they TransformKey
|
![]() | UnderlyingSymetricTransform |
The symetric algorythm used to encrypt the message
|
See Also