4.2.0
27 Jun 16
Toggle Dropdown
Version 4
4.3.1
14 Nov 17
4.3.0
15 Nov 16
4.3.0-preview1-24530-04
24 Oct 16
4.2.1
14 Nov 17
4.2.0
27 Jun 16
4.1.0-rc2-24027
16 May 16
4.0.0-beta-23516
18 Nov 15
4.0.0-beta-23409
15 Oct 15
4.0.0-beta-23225
2 Sep 15
Compare to version...
with 4.0.0-beta-23225
Toggle Dropdown
Version 4
4.3.1
14 Nov 17
4.3.0
15 Nov 16
4.3.0-preview1-24530-04
24 Oct 16
4.2.1
14 Nov 17
4.2.0
27 Jun 16
4.1.0-rc2-24027
16 May 16
4.0.0-beta-23516
18 Nov 15
4.0.0-beta-23409
15 Oct 15
4.0.0-beta-23225
2 Sep 15
Download Package
Open in NuGet
<
PackageReference
Include
=
"System.Security.Cryptography.Algorithms"
Version
=
"4.2.0"
/>
API Differences between 4.2.0 and 4.0.0-beta-23225
8
Additions
0
Removals
System.Security.Cryptography
public
sealed
class
IncrementalHash
:
IDisposable
public
HashAlgorithmName
AlgorithmName
{
get
; }
public
static
IncrementalHash
CreateHash
(
HashAlgorithmName
hashAlgorithm
)
public
static
IncrementalHash
CreateHMAC
(
HashAlgorithmName
hashAlgorithm
,
byte
[]
key
)
public
void
AppendData
(
byte
[]
data
)
public
void
AppendData
(
byte
[]
data
,
int
offset
,
int
count
)
public
void
Dispose
()
public
byte
[]
GetHashAndReset
()