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