19 overrides of HashFinal
Microsoft.AspNetCore.DataProtection.Tests (1)
AuthenticatedEncryption\ConfigurationModel\ManagedAuthenticatedEncryptorDescriptorTests.cs (1)
106protected override byte[] HashFinal()
System.Security.Cryptography (18)
System\Security\Cryptography\HMAC.cs (1)
68protected override byte[] HashFinal() =>
System\Security\Cryptography\MD5.cs (1)
263protected sealed override byte[] HashFinal() =>
System\Security\Cryptography\MD5CryptoServiceProvider.cs (1)
50protected override byte[] HashFinal()
System\Security\Cryptography\SHA1.cs (1)
254protected sealed override byte[] HashFinal() =>
System\Security\Cryptography\SHA1CryptoServiceProvider.cs (1)
53protected override byte[] HashFinal()
System\Security\Cryptography\SHA1Managed.cs (1)
28protected sealed override byte[] HashFinal() =>
System\Security\Cryptography\SHA256.cs (1)
254protected sealed override byte[] HashFinal() =>
System\Security\Cryptography\SHA256CryptoServiceProvider.cs (1)
53protected override byte[] HashFinal()
System\Security\Cryptography\SHA256Managed.cs (1)
28protected sealed override byte[] HashFinal() =>
System\Security\Cryptography\SHA3_256.cs (1)
309protected sealed override byte[] HashFinal() =>
System\Security\Cryptography\SHA3_384.cs (1)
310protected sealed override byte[] HashFinal() =>
System\Security\Cryptography\SHA3_512.cs (1)
309protected sealed override byte[] HashFinal() =>
System\Security\Cryptography\SHA384.cs (1)
253protected sealed override byte[] HashFinal() =>
System\Security\Cryptography\SHA384CryptoServiceProvider.cs (1)
53protected override byte[] HashFinal()
System\Security\Cryptography\SHA384Managed.cs (1)
28protected sealed override byte[] HashFinal() =>
System\Security\Cryptography\SHA512.cs (1)
253protected sealed override byte[] HashFinal() =>
System\Security\Cryptography\SHA512CryptoServiceProvider.cs (1)
53protected override byte[] HashFinal()
System\Security\Cryptography\SHA512Managed.cs (1)
28protected sealed override byte[] HashFinal() =>
2 references to HashFinal
System.Security.Cryptography (2)
System\Security\Cryptography\HashAlgorithm.cs (2)
155HashValue = HashFinal(); 267byte[] final = HashFinal();