2 references to Cryptography_ArgMLDsaRequiresMLDsaKey
System.Security.Cryptography (2)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLDsaCng.Windows.cs (2)
47
throw new ArgumentException(SR.
Cryptography_ArgMLDsaRequiresMLDsaKey
, nameof(key));
61
throw new CryptographicException(SR.
Cryptography_ArgMLDsaRequiresMLDsaKey
);