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