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