HCE THashAlgorithm, TEncryptionAlgorithm  DeriveKey Method (Stream, Int32)NMLE API Reference
Gets the MLE key for the given message

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

public override void DeriveKey(
	Stream message,
	int keySize
)

Parameters

message
Type: OnlineSystem.IO Stream
Stream containing the message that will be encrypted
keySize
Type: OnlineSystem Int32
A valid keysize to truncate the key too

Implements

IMessageLockedAlgorithm DeriveKey(Stream, Int32)
See Also