2 references to Argument_PublicKeyWrongSizeForAlgorithm
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\SlhDsa.cs (2)
1233throw new CryptographicException(SR.Argument_PublicKeyWrongSizeForAlgorithm); 1685throw new ArgumentException(SR.Argument_PublicKeyWrongSizeForAlgorithm, nameof(source));