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