The RCETransform THashAlgorithm, TEncryptionAlgorithm type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | RCETransform THashAlgorithm, TEncryptionAlgorithm ( Byte , EncryptionDirection) |
Initalises a new RCE transform
|
![]() | RCETransform THashAlgorithm, TEncryptionAlgorithm ( Byte , Byte , EncryptionDirection) |
Initalises a new RCE transform
|
Methods
Name | Description | |
---|---|---|
![]() | Dispose |
Performs application-defined tasks associated with freeing,
releasing, or resetting unmanaged resources.
(Inherited from MLETransformBase THashAlgorithm, TEncryptionAlgorithm .) |
![]() | ![]() | (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 ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | ReportHashCheck | (Inherited from MLETransformBase THashAlgorithm, TEncryptionAlgorithm .) |
![]() | ![]() | 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.
(Overrides MLETransformBase THashAlgorithm, TEncryptionAlgorithm TransformBlock( Byte , Int32, Int32, Byte , Int32).) |
![]() | TransformFinalBlock |
Transforms the specified region of the specified byte array.
(Overrides MLETransformBase THashAlgorithm, TEncryptionAlgorithm TransformFinalBlock( Byte , Int32, Int32).) |
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