RCETransform THashAlgorithm, TEncryptionAlgorithm  ClassNMLE API Reference

[Missing <summary> documentation for "T:NMLE.RCE.RCETransform`2"]

Inheritance Hierarchy

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

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

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

THashAlgorithm

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

TEncryptionAlgorithm

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

See Also