6 references to Cryptography_InvalidCurveOid
System.Security.Cryptography (6)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECDiffieHellmanCng.ImportExport.cs (1)
42SR.Format(SR.Cryptography_InvalidCurveOid, curve.Oid.Value));
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECDsaCng.ImportExport.cs (1)
56throw new PlatformNotSupportedException(SR.Format(SR.Cryptography_InvalidCurveOid, curve.Oid.Value!.ToString()));
System\Security\Cryptography\ECCurve.cs (2)
81throw new ArgumentException(SR.Format(SR.Cryptography_InvalidCurveOid, value.Value)); 195throw new CryptographicException(SR.Format(SR.Cryptography_InvalidCurveOid, Oid?.Value));
System\Security\Cryptography\ECDiffieHellmanCng.Key.cs (1)
59throw new PlatformNotSupportedException(SR.Format(SR.Cryptography_InvalidCurveOid, curve.Oid.Value));
System\Security\Cryptography\ECDsaCng.Key.cs (1)
48throw new PlatformNotSupportedException(SR.Format(SR.Cryptography_InvalidCurveOid, curve.Oid.Value));