C# Class PostSimulationAnalysis.Trial

Afficher le fichier Open project: Microsoft/StopGuessing Class Usage Examples

Méthodes publiques

Свойство Type Description
IndustryBlockScore double
IsAGuess bool
IsClientAProxyIP bool
IsFromAttacker bool
IsIpInAttackersPool bool
IsIpInBenignPool bool
IsPasswordCorrect bool
SSHBlockScore double
scoreForEachCondition double[]

Méthodes publiques

Méthode Description
CompareTo ( Trial other, int condition ) : int
GetScoreForCondition ( int condition ) : double
Trial ( string fields ) : System

Method Details

CompareTo() public méthode

public CompareTo ( Trial other, int condition ) : int
other Trial
condition int
Résultat int

GetScoreForCondition() public méthode

public GetScoreForCondition ( int condition ) : double
condition int
Résultat double

Trial() public méthode

public Trial ( string fields ) : System
fields string
Résultat System

Property Details

IndustryBlockScore public_oe property

public double IndustryBlockScore
Résultat double

IsAGuess public_oe property

public bool IsAGuess
Résultat bool

IsClientAProxyIP public_oe property

public bool IsClientAProxyIP
Résultat bool

IsFromAttacker public_oe property

public bool IsFromAttacker
Résultat bool

IsIpInAttackersPool public_oe property

public bool IsIpInAttackersPool
Résultat bool

IsIpInBenignPool public_oe property

public bool IsIpInBenignPool
Résultat bool

IsPasswordCorrect public_oe property

public bool IsPasswordCorrect
Résultat bool

SSHBlockScore public_oe property

public double SSHBlockScore
Résultat double

scoreForEachCondition public_oe property

public double[] scoreForEachCondition
Résultat double[]