MpcLib.MpcProtocols.Dkms.MpcKey.MpcKey C# (CSharp) Method

MpcKey() public method

public MpcKey ( int gateId, int anchorId )
gateId int
anchorId int
        public MpcKey(int gateId, int anchorId)
            : base(Stage.Mpc, gateId)
        {
            AnchorId = anchorId;
        }