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)
95
sha.
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)
45
hasher.
TransformFinalBlock
(rgbCounter, 0, 4);
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\CanonicalXml.cs (1)
117
hash.
TransformFinalBlock
(Array.Empty<byte>(), 0, 0);
System\Security\Cryptography\Xml\ExcCanonicalXml.cs (1)
70
hash.
TransformFinalBlock
(Array.Empty<byte>(), 0, 0);