RCETransform THashAlgorithm, TEncryptionAlgorithm  MethodsNMLE API Reference
The RCETransform THashAlgorithm, TEncryptionAlgorithm  type exposes the following members.
Methods

  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from MLETransformBase THashAlgorithm, TEncryptionAlgorithm .)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodReportHashCheck (Inherited from MLETransformBase THashAlgorithm, TEncryptionAlgorithm .)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Public methodTransformBlock
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).)
Public methodTransformFinalBlock
Transforms the specified region of the specified byte array.
(Overrides MLETransformBase THashAlgorithm, TEncryptionAlgorithm  TransformFinalBlock( Byte , Int32, Int32).)
Back to Top
See Also