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

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

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
See Also