C# Class System.Security.Cryptography.ECPoint

Represents a point on an elliptic curve.
Datei anzeigen Open project: mikedn/runtime Class Usage Examples

Public Properties

Property Type Description
X byte[]?
Y byte[]?

Property Details

X public_oe property

public byte[]? X
return byte[]?

Y public_oe property

public byte[]? Y
return byte[]?