Implemented interface member:
method
TransformFinalBlock
System.Security.Cryptography.ICryptoTransform.TransformFinalBlock(System.Byte[], System.Int32, System.Int32)
5 references to TransformFinalBlock
Microsoft.Build.Tasks.Core (1)
Hash.cs (1)
95sha.TransformFinalBlock(shaBuffer, 0, shaBufferPosition);
System.Security.Cryptography (2)
System\Security\Cryptography\PasswordDeriveBytes.cs (1)
210_hash.TransformFinalBlock(Array.Empty<byte>(), 0, 0);
System\Security\Cryptography\PKCS1MaskGenerationMethod.cs (1)
45hasher.TransformFinalBlock(rgbCounter, 0, 4);
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\CanonicalXml.cs (1)
117hash.TransformFinalBlock(Array.Empty<byte>(), 0, 0);
System\Security\Cryptography\Xml\ExcCanonicalXml.cs (1)
70hash.TransformFinalBlock(Array.Empty<byte>(), 0, 0);