C# Class System.Security.Cryptography.ECPoint

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

Public Properties

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

Property Details

X public property

public byte[]? X
return byte[]?

Y public property

public byte[]? Y
return byte[]?