Gets a value indicating whether the current transform can be reused.
Namespace: Renci.SshNet.Security.CryptographyAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
public override bool CanReuseTransform { get; }public override bool CanReuseTransform { get; }Public Overrides ReadOnly Property CanReuseTransform As Boolean
Get
Public Overrides ReadOnly Property CanReuseTransform As Boolean
Get
public:
virtual property bool CanReuseTransform {
bool get () override;
}public:
virtual property bool CanReuseTransform {
bool get () override;
}Return Value
Always true.
Implements
ICryptoTransform CanReuseTransform