2 references to Cryptography_InvalidCurveOid
System.Security.Cryptography (2)
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));