BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.Sec.SecT163R2Point.Detach C# (CSharp) Метод

Detach() защищенный Метод

protected Detach ( ) : ECPoint
Результат ECPoint
        protected override ECPoint Detach()
        {
            return new SecT163R2Point(null, AffineXCoord, AffineYCoord);
        }