7 references to Cryptography_NotValidPublicOrPrivateKey
System.Security.Cryptography (7)
src\libraries\Common\src\System\Security\Cryptography\EccKeyFormatHelper.cs (2)
143
throw new CryptographicException(SR.
Cryptography_NotValidPublicOrPrivateKey
);
204
throw new CryptographicException(SR.
Cryptography_NotValidPublicOrPrivateKey
);
src\libraries\Common\src\System\Security\Cryptography\KeyBlobHelpers.cs (1)
66
throw new CryptographicException(SR.
Cryptography_NotValidPublicOrPrivateKey
);
src\libraries\Common\src\System\Security\Cryptography\KeyFormatHelper.cs (4)
54
throw new CryptographicException(SR.
Cryptography_NotValidPublicOrPrivateKey
);
85
throw new CryptographicException(SR.
Cryptography_NotValidPublicOrPrivateKey
);
121
throw new CryptographicException(SR.
Cryptography_NotValidPublicOrPrivateKey
);
148
throw new CryptographicException(SR.
Cryptography_NotValidPublicOrPrivateKey
);