public virtual ECPoint ValidatePoint(
BigInteger x,
BigInteger y
)
Public Overridable Function ValidatePoint (
x As BigInteger,
y As BigInteger
) As ECPoint
public:
virtual ECPoint^ ValidatePoint(
BigInteger^ x,
BigInteger^ y
)
function ValidatePoint(x, y);