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