Gets the MLE key for the given message
Namespace: NMLEAssembly: NMLE (in NMLE.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- message
- Type:
System.IO Stream
Stream containing the message that will be encrypted
- keySize
- Type:
System Int32
A valid keysize to truncate the key too
Implements
IMessageLockedAlgorithm DeriveKey(Stream, Int32)See Also