C# Class System.Security.Cryptography.ECPoint

Represents a point on an elliptic curve.
Afficher le fichier Open project: mikedn/runtime Class Usage Examples

Méthodes publiques

Свойство Type Description
X byte[]?
Y byte[]?

Property Details

X public_oe property

public byte[]? X
Résultat byte[]?

Y public_oe property

public byte[]? Y
Résultat byte[]?