Implemented interface member:
method
TransformFinalBlock
System.Security.Cryptography.ICryptoTransform.TransformFinalBlock(System.Byte[], System.Int32, System.Int32)
8 references to TransformFinalBlock
Microsoft.Build.Tasks.Core (1)
Hash.cs (1)
96
sha.
TransformFinalBlock
(shaBuffer, 0, shaBufferPosition);
Microsoft.NET.HostModel (1)
Bundle\Manifest.cs (1)
138
bundleHash.
TransformFinalBlock
(Array.Empty<byte>(), 0, 0);
Microsoft.TestPlatform.AdapterUtilities (1)
TestIdProvider.cs (1)
85
_sha.
TransformFinalBlock
(Array.Empty<byte>(), 0, 0);
NuGet.Packaging (1)
Signing\Archive\SignedPackageArchiveUtility.cs (1)
514
hashAlgorithm.
TransformFinalBlock
(Array.Empty<byte>(), inputOffset: 0, inputCount: 0);
System.Security.Cryptography (2)
System\Security\Cryptography\PasswordDeriveBytes.cs (1)
210
_hash.
TransformFinalBlock
(Array.Empty<byte>(), 0, 0);
System\Security\Cryptography\PKCS1MaskGenerationMethod.cs (1)
45
hasher.
TransformFinalBlock
(rgbCounter, 0, 4);
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\CanonicalXml.cs (1)
108
hash.
TransformFinalBlock
(Array.Empty<byte>(), 0, 0);
System\Security\Cryptography\Xml\ExcCanonicalXml.cs (1)
61
hash.
TransformFinalBlock
(Array.Empty<byte>(), 0, 0);