1 write to _hashSizeInBytes
System.Security.Cryptography (1)
System\Security\Cryptography\LiteHash.Windows.cs (1)
394out _hashSizeInBytes);
4 references to _hashSizeInBytes
System.Security.Cryptography (4)
System\Security\Cryptography\LiteHash.Windows.cs (4)
383public int HashSizeInBytes => _hashSizeInBytes; 433Debug.Assert(destination.Length >= _hashSizeInBytes); 435NTSTATUS ntStatus = Interop.BCrypt.BCryptFinishHash(_hashHandle, destination, _hashSizeInBytes, dwFlags: 0); 442return _hashSizeInBytes;