C# Class Simulator.Program

Main class to contain the program of this sample.
Mostrar archivo Open project: Microsoft/StopGuessing

Public Properties

Property Type Description
BasePath string

Public Methods

Method Description
GetConfig ( ExperimentalConfiguration attack = ExperimentalConfiguration.AttackStrategy.BreadthFirst, int pwToBan = 100, double fractionOfBenignIPsBehindProxies = 0.1, double fractionOfMaliciousIPsToOverlapWithBenign = .1d, double fractionOfLoginAttemptsFromAttacker = 0.5d, double extraTypoFactor = 1d, ulong scale = 1, string addToName = null ) : ExperimentalConfiguration
Main ( string args ) : void

Method Details

GetConfig() public static method

public static GetConfig ( ExperimentalConfiguration attack = ExperimentalConfiguration.AttackStrategy.BreadthFirst, int pwToBan = 100, double fractionOfBenignIPsBehindProxies = 0.1, double fractionOfMaliciousIPsToOverlapWithBenign = .1d, double fractionOfLoginAttemptsFromAttacker = 0.5d, double extraTypoFactor = 1d, ulong scale = 1, string addToName = null ) : ExperimentalConfiguration
attack ExperimentalConfiguration
pwToBan int
fractionOfBenignIPsBehindProxies double
fractionOfMaliciousIPsToOverlapWithBenign double
fractionOfLoginAttemptsFromAttacker double
extraTypoFactor double
scale ulong
addToName string
return ExperimentalConfiguration

Main() public static method

public static Main ( string args ) : void
args string
return void

Property Details

BasePath public_oe static_oe property

public static string BasePath
return string