3 instantiations of ECPoint
System.Security.Cryptography (3)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.EcDsa.ImportExport.cs (3)
153
parameters.Q = new
ECPoint
260
parameters.Q = new
ECPoint
271
curve.G = new
ECPoint
5 references to ECPoint
netstandard (1)
netstandard.cs (1)
1876
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.
ECPoint
))]
System.Core (1)
System.Core.cs (1)
227
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.
ECPoint
))]
System.Security.Cryptography (2)
System\Security\Cryptography\ECCurve.cs (1)
32
public
ECPoint
G;
System\Security\Cryptography\ECParameters.cs (1)
14
public
ECPoint
Q;
System.Security.Cryptography.Algorithms (1)
System.Security.Cryptography.Algorithms.cs (1)
26
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.
ECPoint
))]