C# 클래스 Simulator.Simulator

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

공개 프로퍼티들

프로퍼티 타입 설명
_binomialLadderFilter BinomialLadderFilter
_experimentalConfiguration ExperimentalConfiguration
_ipHistoryCache SimIpHistory>.ConcurrentDictionary
_recentIncorrectPasswords AgingMembershipSketch
_userAccountController SimulatedUserAccountController

보호된 프로퍼티들

프로퍼티 타입 설명
StartTimeUtc System.DateTime

공개 메소드들

메소드 설명
Run ( ) : void

Evaluate the accuracy of our stopguessing service by sending user logins and malicious traffic

RunExperimentalSweep ( ExperimentalConfiguration configurations ) : void
Simulator ( DebugLogger logger, string path, ExperimentalConfiguration myExperimentalConfiguration, SimulatedPasswords simPasswords ) : System

비공개 메소드들

메소드 설명
Fraction ( ulong numerator, ulong denominmator ) : string

메소드 상세

Run() 공개 메소드

Evaluate the accuracy of our stopguessing service by sending user logins and malicious traffic
public Run ( ) : void
리턴 void

RunExperimentalSweep() 공개 정적인 메소드

public static RunExperimentalSweep ( ExperimentalConfiguration configurations ) : void
configurations ExperimentalConfiguration
리턴 void

Simulator() 공개 메소드

public Simulator ( DebugLogger logger, string path, ExperimentalConfiguration myExperimentalConfiguration, SimulatedPasswords simPasswords ) : System
logger DebugLogger
path string
myExperimentalConfiguration ExperimentalConfiguration
simPasswords SimulatedPasswords
리턴 System

프로퍼티 상세

StartTimeUtc 보호되어 있는 프로퍼티

protected DateTime,System StartTimeUtc
리턴 System.DateTime

_binomialLadderFilter 공개적으로 프로퍼티

public BinomialLadderFilter _binomialLadderFilter
리턴 BinomialLadderFilter

_experimentalConfiguration 공개적으로 프로퍼티

public ExperimentalConfiguration,Simulator _experimentalConfiguration
리턴 ExperimentalConfiguration

_ipHistoryCache 공개적으로 프로퍼티

public ConcurrentDictionary _ipHistoryCache
리턴 SimIpHistory>.ConcurrentDictionary

_recentIncorrectPasswords 공개적으로 프로퍼티

public AgingMembershipSketch _recentIncorrectPasswords
리턴 AgingMembershipSketch

_userAccountController 공개적으로 프로퍼티

public SimulatedUserAccountController _userAccountController
리턴 SimulatedUserAccountController