8 references to Cryptography_NotValidPublicOrPrivateKey
System.Security.Cryptography (8)
src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsaManaged.ECDsa.cs (1)
143throw new CryptographicException(SR.Cryptography_NotValidPublicOrPrivateKey);
src\libraries\Common\src\System\Security\Cryptography\KeyFormatHelper.cs (4)
39throw new CryptographicException(SR.Cryptography_NotValidPublicOrPrivateKey); 68throw new CryptographicException(SR.Cryptography_NotValidPublicOrPrivateKey); 90throw new CryptographicException(SR.Cryptography_NotValidPublicOrPrivateKey); 116throw new CryptographicException(SR.Cryptography_NotValidPublicOrPrivateKey);
System\Security\Cryptography\EccKeyFormatHelper.cs (2)
127throw new CryptographicException(SR.Cryptography_NotValidPublicOrPrivateKey); 189throw new CryptographicException(SR.Cryptography_NotValidPublicOrPrivateKey);
System\Security\Cryptography\KeyBlobHelpers.cs (1)
55throw new CryptographicException(SR.Cryptography_NotValidPublicOrPrivateKey);