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