2 references to Argument_EmptyString
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\SP800108HmacCounterKdf.cs (1)
539
throw new ArgumentException(SR.
Argument_EmptyString
, nameof(hashAlgorithm));
src\libraries\Common\src\System\Security\Cryptography\X509Certificates\X509CertificateLoader.cs (1)
731
throw new ArgumentException(SR.
Argument_EmptyString
, paramName);