C# 클래스 PostSimulationAnalysisOldRuntime.Trial

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

공개 프로퍼티들

프로퍼티 타입 설명
ClientIP uint
DeviceCookieHadPriorSuccessfulLoginForThisAccount bool
IsAGuess bool
IsClientAProxyIP bool
IsFrequentlyGuessedPassword bool
IsFromAttacker bool
IsIpInAttackersPool bool
IsIpInBenignPool bool
IsPasswordCorrect bool
LineNumber uint
UserID int

공개 메소드들

메소드 설명
CompareTo ( Trial other, ICondition condition ) : int
Trial ( uint lineNumber, string fields ) : System

메소드 상세

CompareTo() 공개 메소드

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

Trial() 공개 메소드

public Trial ( uint lineNumber, string fields ) : System
lineNumber uint
fields string
리턴 System

프로퍼티 상세

ClientIP 공개적으로 프로퍼티

public uint ClientIP
리턴 uint

DeviceCookieHadPriorSuccessfulLoginForThisAccount 공개적으로 프로퍼티

public bool DeviceCookieHadPriorSuccessfulLoginForThisAccount
리턴 bool

IsAGuess 공개적으로 프로퍼티

public bool IsAGuess
리턴 bool

IsClientAProxyIP 공개적으로 프로퍼티

public bool IsClientAProxyIP
리턴 bool

IsFrequentlyGuessedPassword 공개적으로 프로퍼티

public bool IsFrequentlyGuessedPassword
리턴 bool

IsFromAttacker 공개적으로 프로퍼티

public bool IsFromAttacker
리턴 bool

IsIpInAttackersPool 공개적으로 프로퍼티

public bool IsIpInAttackersPool
리턴 bool

IsIpInBenignPool 공개적으로 프로퍼티

public bool IsIpInBenignPool
리턴 bool

IsPasswordCorrect 공개적으로 프로퍼티

public bool IsPasswordCorrect
리턴 bool

LineNumber 공개적으로 프로퍼티

public uint LineNumber
리턴 uint

UserID 공개적으로 프로퍼티

public int UserID
리턴 int