11 references to Cryptography_CurveNotSupported
System.Security.Cryptography (11)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECCng.HashAlgorithm.cs (1)
82
throw new PlatformNotSupportedException(SR.Format(SR.
Cryptography_CurveNotSupported
, algorithm));
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECCng.ImportExport.NamedCurve.cs (1)
187
throw new PlatformNotSupportedException(SR.Format(SR.
Cryptography_CurveNotSupported
, curveName), e);
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECDiffieHellmanCng.ImportExport.cs (1)
63
SR.Format(SR.
Cryptography_CurveNotSupported
, curve.CurveType.ToString()));
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECDsaCng.ImportExport.cs (1)
75
throw new PlatformNotSupportedException(SR.Format(SR.
Cryptography_CurveNotSupported
, curve.CurveType.ToString()));
System\Security\Cryptography\CngAlgorithmCore.cs (2)
112
throw new PlatformNotSupportedException(SR.Format(SR.
Cryptography_CurveNotSupported
, curve.Value.CurveType.ToString()));
127
throw new PlatformNotSupportedException(SR.Format(SR.
Cryptography_CurveNotSupported
, curve.Value.Oid.FriendlyName), e);
System\Security\Cryptography\CngKey.EC.cs (1)
64
throw new PlatformNotSupportedException(SR.Format(SR.
Cryptography_CurveNotSupported
, algorithm));
System\Security\Cryptography\EccKeyFormatHelper.cs (1)
531
SR.Format(SR.
Cryptography_CurveNotSupported
, ecParameters.Curve.CurveType.ToString()));
System\Security\Cryptography\ECCurve.cs (1)
245
throw new CryptographicException(SR.Format(SR.
Cryptography_CurveNotSupported
, CurveType.ToString()));
System\Security\Cryptography\ECDiffieHellmanCng.Key.cs (1)
94
throw new PlatformNotSupportedException(SR.Format(SR.
Cryptography_CurveNotSupported
, curve.CurveType.ToString()));
System\Security\Cryptography\ECDsaCng.Key.cs (1)
83
throw new PlatformNotSupportedException(SR.Format(SR.
Cryptography_CurveNotSupported
, curve.CurveType.ToString()));