Crytographic functions that can process a stream of bytes implement this interface. This works by stringing together one or more ICryptoTransform classes with a stream. Data is passed from one to the next without the need of outside buffering/intervention.
See Also:
ICryptoTransform Members
[System.Runtime.InteropServices.ComVisible(true)]
public interface
ICryptoTransform :
IDisposableNamespace: System.Security.Cryptography
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0