C# Class Simulator.SimulatedUserAccount

Inheritance: StopGuessing.AccountStorage.Memory.MemoryUserAccount
Show file Open project: Microsoft/StopGuessing Class Usage Examples

Public Properties

Property Type Description
ClientAddresses ConcurrentBag
ConsecutiveIncorrectAttempts StopGuessing.DataStructures.DecayingDouble
Cookies ConcurrentBag
MaxConsecutiveIncorrectAttempts StopGuessing.DataStructures.DecayingDouble
Password string

Property Details

ClientAddresses public property

public ConcurrentBag ClientAddresses
return ConcurrentBag

ConsecutiveIncorrectAttempts public property

public DecayingDouble,StopGuessing.DataStructures ConsecutiveIncorrectAttempts
return StopGuessing.DataStructures.DecayingDouble

Cookies public property

public ConcurrentBag Cookies
return ConcurrentBag

MaxConsecutiveIncorrectAttempts public property

public DecayingDouble,StopGuessing.DataStructures MaxConsecutiveIncorrectAttempts
return StopGuessing.DataStructures.DecayingDouble

Password public property

public string Password
return string