C# Class MpcLib.MpcProtocols.Dkms.DkmsKey

Inheritance: StateKey
Exibir arquivo Open project: mahdiz/mpclib Class Usage Examples

Public Properties

Property Type Description
GateId int
Stage Stage

Public Methods

Method Description
DkmsKey ( Stage s, int gateId ) : MpcLib.DistributedSystem
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string

Method Details

DkmsKey() public method

public DkmsKey ( Stage s, int gateId ) : MpcLib.DistributedSystem
s Stage
gateId int
return MpcLib.DistributedSystem

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

Property Details

GateId public_oe property

public int GateId
return int

Stage public_oe property

public Stage Stage
return Stage