SHA256Hash CanReuseTransform Property SSH .NET Client Library Documentation
Gets a value indicating whether the current transform can be reused.

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 CanReuseTransform { get; }

Return Value

Always true.

Implements

OnlineICryptoTransform CanReuseTransform
See Also