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

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

public override ICryptoTransform GetDecryptor()

Return Value

Type: OnlineICryptoTransform
A message locked decryptor object.

Implements

IMessageLockedAlgorithm GetDecryptor 
See Also