RCETransform THashAlgorithm, TEncryptionAlgorithm  Constructor ( Byte ,  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[] key,
	byte[] c2Value,
	EncryptionDirection direction
)

Parameters

key
Type:  OnlineSystem Byte 
The key used to encrypt the transform
c2Value
Type:  OnlineSystem Byte 
The crypto value holding the key and lock value
direction
Type: NMLE EncryptionDirection
The direction of encyption
See Also