18 overrides of TryHashFinal
System.Security.Cryptography (18)
System\Security\Cryptography\HMAC.cs (1)
71
protected override bool
TryHashFinal
(Span<byte> destination, out int bytesWritten) =>
System\Security\Cryptography\MD5.cs (1)
266
protected sealed override bool
TryHashFinal
(Span<byte> destination, out int bytesWritten) =>
System\Security\Cryptography\MD5CryptoServiceProvider.cs (1)
56
protected override bool
TryHashFinal
(Span<byte> destination, out int bytesWritten)
System\Security\Cryptography\SHA1.cs (1)
257
protected sealed override bool
TryHashFinal
(Span<byte> destination, out int bytesWritten) =>
System\Security\Cryptography\SHA1CryptoServiceProvider.cs (1)
59
protected override bool
TryHashFinal
(Span<byte> destination, out int bytesWritten)
System\Security\Cryptography\SHA1Managed.cs (1)
31
protected sealed override bool
TryHashFinal
(Span<byte> destination, out int bytesWritten) =>
System\Security\Cryptography\SHA256.cs (1)
257
protected sealed override bool
TryHashFinal
(Span<byte> destination, out int bytesWritten) =>
System\Security\Cryptography\SHA256CryptoServiceProvider.cs (1)
59
protected override bool
TryHashFinal
(Span<byte> destination, out int bytesWritten)
System\Security\Cryptography\SHA256Managed.cs (1)
31
protected sealed override bool
TryHashFinal
(Span<byte> destination, out int bytesWritten) =>
System\Security\Cryptography\SHA3_256.cs (1)
312
protected sealed override bool
TryHashFinal
(Span<byte> destination, out int bytesWritten) =>
System\Security\Cryptography\SHA3_384.cs (1)
313
protected sealed override bool
TryHashFinal
(Span<byte> destination, out int bytesWritten) =>
System\Security\Cryptography\SHA3_512.cs (1)
312
protected sealed override bool
TryHashFinal
(Span<byte> destination, out int bytesWritten) =>
System\Security\Cryptography\SHA384.cs (1)
256
protected sealed override bool
TryHashFinal
(Span<byte> destination, out int bytesWritten) =>
System\Security\Cryptography\SHA384CryptoServiceProvider.cs (1)
59
protected override bool
TryHashFinal
(Span<byte> destination, out int bytesWritten)
System\Security\Cryptography\SHA384Managed.cs (1)
31
protected sealed override bool
TryHashFinal
(Span<byte> destination, out int bytesWritten) =>
System\Security\Cryptography\SHA512.cs (1)
256
protected sealed override bool
TryHashFinal
(Span<byte> destination, out int bytesWritten) =>
System\Security\Cryptography\SHA512CryptoServiceProvider.cs (1)
59
protected override bool
TryHashFinal
(Span<byte> destination, out int bytesWritten)
System\Security\Cryptography\SHA512Managed.cs (1)
31
protected sealed override bool
TryHashFinal
(Span<byte> destination, out int bytesWritten) =>
1 reference to TryHashFinal
System.Security.Cryptography (1)
System\Security\Cryptography\HashAlgorithm.cs (1)
64
if (!
TryHashFinal
(destination, out bytesWritten))