8 references to HashSizeInBytes
System.Net.Security (3)
System\Net\NegotiateAuthenticationPal.ManagedNtlm.cs (3)
384
Debug.Assert(written == HMACMD5.
HashSizeInBytes
);
664
Span<byte> sessionBaseKey = stackalloc byte[HMACMD5.
HashSizeInBytes
];
666
Debug.Assert(sessionKeyWritten == HMACMD5.
HashSizeInBytes
);
System.Security.Cryptography (5)
System\Security\Cryptography\Helpers.cs (1)
390
return HMACMD5.
HashSizeInBytes
;
System\Security\Cryptography\HMACMD5.cs (4)
22
static int IHMACStatic.HashSizeInBytes =>
HashSizeInBytes
;
303
/// <paramref name="hash"/> has a length not equal to <see cref="
HashSizeInBytes
" />.
336
/// <para><paramref name="hash"/> has a length not equal to <see cref="
HashSizeInBytes
" />.</para>
378
/// <para><paramref name="hash"/> has a length not equal to <see cref="
HashSizeInBytes
" />.</para>