C# 클래스 PostSimulationAnalysis.Trial

파일 보기 프로젝트 열기: Microsoft/StopGuessing 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
IndustryBlockScore double
IsAGuess bool
IsClientAProxyIP bool
IsFromAttacker bool
IsIpInAttackersPool bool
IsIpInBenignPool bool
IsPasswordCorrect bool
SSHBlockScore double
scoreForEachCondition double[]

공개 메소드들

메소드 설명
CompareTo ( Trial other, int condition ) : int
GetScoreForCondition ( int condition ) : double
Trial ( string fields ) : System

메소드 상세

CompareTo() 공개 메소드

public CompareTo ( Trial other, int condition ) : int
other Trial
condition int
리턴 int

GetScoreForCondition() 공개 메소드

public GetScoreForCondition ( int condition ) : double
condition int
리턴 double

Trial() 공개 메소드

public Trial ( string fields ) : System
fields string
리턴 System

프로퍼티 상세

IndustryBlockScore 공개적으로 프로퍼티

public double IndustryBlockScore
리턴 double

IsAGuess 공개적으로 프로퍼티

public bool IsAGuess
리턴 bool

IsClientAProxyIP 공개적으로 프로퍼티

public bool IsClientAProxyIP
리턴 bool

IsFromAttacker 공개적으로 프로퍼티

public bool IsFromAttacker
리턴 bool

IsIpInAttackersPool 공개적으로 프로퍼티

public bool IsIpInAttackersPool
리턴 bool

IsIpInBenignPool 공개적으로 프로퍼티

public bool IsIpInBenignPool
리턴 bool

IsPasswordCorrect 공개적으로 프로퍼티

public bool IsPasswordCorrect
리턴 bool

SSHBlockScore 공개적으로 프로퍼티

public double SSHBlockScore
리턴 double

scoreForEachCondition 공개적으로 프로퍼티

public double[] scoreForEachCondition
리턴 double[]