Implemented interface member:
method
Update
NuGet.Packaging.IHashFunction.Update(System.Byte[], System.Int32, System.Int32)
3 references to Update
NuGet.Packaging (3)
PackageCreation\Authoring\PackageBuilder.cs (1)
1265
hashFunc.
Update
(data, 0, data.Length);
Signing\Archive\SignedPackageArchiveIOUtility.cs (1)
215
hashFunc.
Update
(bytes, offset: 0, count);
Signing\Archive\SignedPackageArchiveUtility.cs (1)
623
hashFunc.
Update
(Array.Empty<byte>(), offset: 0, count: 0);