MD5Hash CanTransformMultipleBlocks Property SSH .NET Client Library Documentation
Gets a value indicating whether multiple blocks can be transformed.

Namespace: Renci.SshNet.Security.Cryptography
Assembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax

public override bool CanTransformMultipleBlocks { get; }

Return Value

true if multiple blocks can be transformed; otherwise, false.

Implements

OnlineICryptoTransform CanTransformMultipleBlocks
See Also