2 references to ArgumentOutOfRange_NeedNonNegNum
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\SP800108HmacCounterKdf.cs (1)
610
throw new ArgumentOutOfRangeException(paramName, SR.
ArgumentOutOfRange_NeedNonNegNum
);
System\Security\Cryptography\Base64Transforms.cs (1)
386
public static void ThrowArgumentOutOfRange(ExceptionArgument argument) => throw new ArgumentOutOfRangeException(argument.ToString(), SR.
ArgumentOutOfRange_NeedNonNegNum
);