System.Security.Cryptography.ECPoint public struct ECPoint Documentation Code namespace System.Security.Cryptography { public struct ECPoint { public byte[] X; public byte[] Y; } }