ECPoint Структура
Определение
Представляет пару координат (X,Y) для структур шифрования на основе эллиптических кривых (ECC).Represents a (X,Y) coordinate pair for elliptic curve cryptography (ECC) structures.
public value class ECPoint
public struct ECPoint
type ECPoint = struct
Public Structure ECPoint
- Наследование
Поля
X |
Представляет координату Х.Represents the X coordinate. |
Y |
Представляет координату Y.Represents the Y coordinate. |