MLETransformBase THashAlgorithm, TEncryptionAlgorithm  Constructor NMLE API Reference
When called from a inheriting class instantiates the Hash and encryption algorytms.

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

protected MLETransformBase(
	byte[] transformKey,
	EncryptionDirection direction
)

Parameters

transformKey
Type:  OnlineSystem Byte 
The TransformKey used to transform the message
direction
Type: NMLE EncryptionDirection
The direction of the cryptographic algorytm
See Also