Implemented interface member:
property
HashSizeInBytes
System.Security.Cryptography.ILiteHash.HashSizeInBytes
2 references to HashSizeInBytes
System.Security.Cryptography (2)
System\Security\Cryptography\HashProviderDispenser.Unix.cs (1)
125public override int HashSizeInBytes => _liteHash.HashSizeInBytes;
System\Security\Cryptography\LiteHashProvider.cs (1)
54return ProcessStreamAsync(hash, hash.HashSizeInBytes, source, cancellationToken);