IMessageLockedAlgorithm GetDecryptor Method NMLE API Reference
Creates a message locked decryptor object with the current key, hash algorythm and, symetric algorythm.

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

ICryptoTransform GetDecryptor()

Return Value

Type: OnlineICryptoTransform
A message locked decryptor object.
See Also