7 references to HashSizeInBytes
System.Security.Cryptography (7)
System\Security\Cryptography\Helpers.cs (1)
359
return HMACSHA256.
HashSizeInBytes
;
System\Security\Cryptography\HMACSHA256.cs (6)
102
byte[] buffer = new byte[
HashSizeInBytes
];
146
if (destination.Length <
HashSizeInBytes
)
153
Debug.Assert(bytesWritten ==
HashSizeInBytes
);
182
if (destination.Length <
HashSizeInBytes
)
210
return LiteHashProvider.HmacStream(HashAlgorithmNames.SHA256,
HashSizeInBytes
, key, source);
313
if (destination.Length <
HashSizeInBytes
)