RCETransform THashAlgorithm, TEncryptionAlgorithm  Constructor ( Byte , EncryptionDirection)NMLE API Reference
Initalises a new RCE transform

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

public RCETransform(
	byte[] lockValue,
	EncryptionDirection direction
)

Parameters

lockValue
Type:  OnlineSystem Byte 
The lockValue used to transform the message
direction
Type: NMLE EncryptionDirection
The direction of encyption
See Also