8 references to Cryptography_CurveNotSupported
System.Security.Cryptography (8)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.EcDsa.ImportExport.cs (2)
35
throw new PlatformNotSupportedException(SR.Format(SR.
Cryptography_CurveNotSupported
, oid));
68
throw new PlatformNotSupportedException(SR.Format(SR.
Cryptography_CurveNotSupported
, curve.CurveType.ToString()));
src\libraries\Common\src\System\Security\Cryptography\EccKeyFormatHelper.cs (1)
552
SR.Format(SR.
Cryptography_CurveNotSupported
, ecParameters.Curve.CurveType.ToString()));
src\libraries\Common\src\System\Security\Cryptography\ECOpenSsl.cs (2)
77
throw new PlatformNotSupportedException(SR.Format(SR.
Cryptography_CurveNotSupported
, oid));
99
SR.Format(SR.
Cryptography_CurveNotSupported
, curve.CurveType.ToString()));
src\libraries\Common\src\System\Security\Cryptography\ECOpenSsl.ImportExport.cs (2)
36
SR.Format(SR.
Cryptography_CurveNotSupported
, parameters.Curve.CurveType.ToString()));
279
throw new PlatformNotSupportedException(SR.Format(SR.
Cryptography_CurveNotSupported
, oid));
System\Security\Cryptography\ECCurve.cs (1)
245
throw new CryptographicException(SR.Format(SR.
Cryptography_CurveNotSupported
, CurveType.ToString()));