ECPoint 構造体

定義

楕円曲線暗号 (ECC) 構造体の (X,Y) 座標ペアを表します。

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

フィールド

名前 説明
X

X 座標を表します。

Y

Y 座標を表します。

適用対象