1.2.0
14 Jul 16
Toggle Dropdown
Version 1
1.3.0
22 Oct 17
1.2.0
14 Jul 16
1.1.0
9 Jul 16
1.1.0-beta1
4 Jun 16
1.0.0
4 Jun 16
Compare to version...
with 1.1.0-beta1
Toggle Dropdown
Version 1
1.3.0
22 Oct 17
1.2.0
14 Jul 16
1.1.0
9 Jul 16
1.1.0-beta1
4 Jun 16
1.0.0
4 Jun 16
Download Package
Open in NuGet
<
PackageReference
Include
=
"SshNet.Security.Cryptography"
Version
=
"1.2.0"
/>
API Differences between 1.2.0 and 1.1.0-beta1
3
Additions
0
Removals
System.Security.Cryptography
public
abstract
class
HashAlgorithm
:
IDisposable
public
byte
[]
Hash
{
get
; }
public
int
TransformBlock
(
byte
[]
inputBuffer
,
int
inputOffset
,
int
inputCount
,
byte
[]
outputBuffer
,
int
outputOffset
)
public
byte
[]
TransformFinalBlock
(
byte
[]
inputBuffer
,
int
inputOffset
,
int
inputCount
)