C# 클래스 Simulator.SimulatedLoginAttempt

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

공개 프로퍼티들

프로퍼티 타입 설명
IsFrequentlyGuessedPassword bool
IsFromAttacker bool
IsGuess bool
IsPasswordValid bool
IsRepeatFailure bool
MistakeType string
Password string
SimAccount SimulatedUserAccount
UserNameOrAccountId string

공개 메소드들

메소드 설명
SimulatedLoginAttempt ( SimulatedUserAccount account, string password, bool isFromAttacker, bool isGuess, IPAddress clientAddress, string cookieProvidedByBrowser, string mistakeType, System.DateTime eventTimeUtc ) : System
UpdateSimulatorState ( Simulator simulator, SimIpHistory ipHistory ) : void

메소드 상세

SimulatedLoginAttempt() 공개 메소드

public SimulatedLoginAttempt ( SimulatedUserAccount account, string password, bool isFromAttacker, bool isGuess, IPAddress clientAddress, string cookieProvidedByBrowser, string mistakeType, System.DateTime eventTimeUtc ) : System
account SimulatedUserAccount
password string
isFromAttacker bool
isGuess bool
clientAddress System.Net.IPAddress
cookieProvidedByBrowser string
mistakeType string
eventTimeUtc System.DateTime
리턴 System

UpdateSimulatorState() 공개 메소드

public UpdateSimulatorState ( Simulator simulator, SimIpHistory ipHistory ) : void
simulator Simulator
ipHistory SimIpHistory
리턴 void

프로퍼티 상세

IsFrequentlyGuessedPassword 공개적으로 프로퍼티

public bool IsFrequentlyGuessedPassword
리턴 bool

IsFromAttacker 공개적으로 프로퍼티

public bool IsFromAttacker
리턴 bool

IsGuess 공개적으로 프로퍼티

public bool IsGuess
리턴 bool

IsPasswordValid 공개적으로 프로퍼티

public bool IsPasswordValid
리턴 bool

IsRepeatFailure 공개적으로 프로퍼티

public bool IsRepeatFailure
리턴 bool

MistakeType 공개적으로 프로퍼티

public string MistakeType
리턴 string

Password 공개적으로 프로퍼티

public string Password
리턴 string

SimAccount 공개적으로 프로퍼티

public SimulatedUserAccount,Simulator SimAccount
리턴 SimulatedUserAccount

UserNameOrAccountId 공개적으로 프로퍼티

public string UserNameOrAccountId
리턴 string