MLETransformBase THashAlgorithm, TEncryptionAlgorithm  ClassNMLE API Reference
Base class for MLE transforms
Inheritance Hierarchy

OnlineSystem Object
  NMLE MLETransformBase THashAlgorithm, TEncryptionAlgorithm 
    NMLE.HCE HCETransform THashAlgorithm, TEncryptionAlgorithm 
    NMLE.RCE RCETransform THashAlgorithm, TEncryptionAlgorithm 

Namespace: NMLE
Assembly: NMLE (in NMLE.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public abstract class MLETransformBase<THashAlgorithm, TEncryptionAlgorithm> : ICryptoTransform, 
	IDisposable 
where THashAlgorithm : new(), HashAlgorithm 
where TEncryptionAlgorithm : new(), SymmetricAlgorithm
Type Parameters

THashAlgorithm
The hash algorythm used to derive the TransformKey
TEncryptionAlgorithm
The encryption algorythm used transform the message
See Also