4 implementations of HashSizeInBytes
System.Security.Cryptography (4)
System\Security\Cryptography\LiteHash.OpenSsl.cs (1)
36public int HashSizeInBytes => throw new NotSupportedException();
System\Security\Cryptography\LiteHash.Unix.cs (3)
36public int HashSizeInBytes => throw new NotSupportedException(); 121public int HashSizeInBytes => _hashSizeInBytes; 210public int HashSizeInBytes => _hashSizeInBytes;