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