C# 클래스 MpcLib.MpcProtocols.Dkms.DkmsKey

상속: StateKey
파일 보기 프로젝트 열기: mahdiz/mpclib 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
GateId int
Stage Stage

공개 메소드들

메소드 설명
DkmsKey ( Stage s, int gateId ) : MpcLib.DistributedSystem
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string

메소드 상세

DkmsKey() 공개 메소드

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

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

GateId 공개적으로 프로퍼티

public int GateId
리턴 int

Stage 공개적으로 프로퍼티

public Stage Stage
리턴 Stage