IMessageLockedAlgorithm MethodsNMLE API Reference
The IMessageLockedAlgorithm type exposes the following members.
Methods

  NameDescription
Public methodDeriveKey(Stream)
Gets the MLE key for the given message
Public methodDeriveKey(Stream, Int32)
Gets the MLE key for the given message
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodGetDecryptor
Creates a message locked decryptor object with the current key, hash algorythm and, symetric algorythm.
Public methodGetEncryptor
Creates a message locked encryptor object with the current hash algorythm and symetric algorythm.
Public methodLargestValidKey
Get a value indicating the largest legal keysize
Back to Top
See Also