C# Class MpcLib.MpcProtocols.Dkms.DkmsKey

Inheritance: StateKey
Afficher le fichier Open project: mahdiz/mpclib Class Usage Examples

Méthodes publiques

Свойство Type Description
GateId int
Stage Stage

Méthodes publiques

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

Method Details

DkmsKey() public méthode

public DkmsKey ( Stage s, int gateId ) : MpcLib.DistributedSystem
s Stage
gateId int
Résultat MpcLib.DistributedSystem

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

GateId public_oe property

public int GateId
Résultat int

Stage public_oe property

public Stage Stage
Résultat Stage