1 write to _hashSizeInBytes
System.Security.Cryptography (1)
System\Security\Cryptography\LiteHash.Windows.cs (1)
321out _hashSizeInBytes);
5 references to _hashSizeInBytes
System.Security.Cryptography (5)
System\Security\Cryptography\LiteHash.Windows.cs (5)
309public int HashSizeInBytes => _hashSizeInBytes; 360Debug.Assert(destination.Length >= _hashSizeInBytes, $"{destination.Length} >= {_hashSizeInBytes}"); 362NTSTATUS ntStatus = Interop.BCrypt.BCryptFinishHash(_hashHandle, destination, _hashSizeInBytes, dwFlags: 0); 369return _hashSizeInBytes;