HCETransform THashAlgorithm, TEncryptionAlgorithm  ClassNMLE API Reference

[Missing <summary> documentation for "T:NMLE.HCE.HCETransform`2"]

Inheritance Hierarchy

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

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

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

THashAlgorithm

[Missing <typeparam name="THashAlgorithm"/> documentation for "T:NMLE.HCE.HCETransform`2"]

TEncryptionAlgorithm

[Missing <typeparam name="TEncryptionAlgorithm"/> documentation for "T:NMLE.HCE.HCETransform`2"]

See Also