ECPoint 结构

定义

表示椭圆曲线加密 (ECC) 结构的 (X,Y) 坐标对。

public value class ECPoint
public struct ECPoint
type ECPoint = struct
Public Structure ECPoint
继承
ECPoint

字段

X

表示 X 坐标。

Y

表示 Y 坐标。

适用于