MLETransformBase THashAlgorithm, TEncryptionAlgorithm  GetTransform Method NMLE API Reference
Returns a ICryptoTransform for TEncryptionAlgorythm for the given TransformKey and direction

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

protected static ICryptoTransform GetTransform(
	byte[] key,
	EncryptionDirection direction
)

Parameters

key
Type:  OnlineSystem Byte 
the TransformKey used to encrypt or decrypt the message
direction
Type: NMLE EncryptionDirection
The direction of encryption

Return Value

Type: OnlineICryptoTransform

[Missing <returns> documentation for "M:NMLE.MLETransformBase`2.GetTransform(System.Byte[],NMLE.EncryptionDirection)"]

See Also