C# Class Simulator.SimulatedUserAccount

Inheritance: StopGuessing.AccountStorage.Memory.MemoryUserAccount
Exibir arquivo 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_oe property

public ConcurrentBag ClientAddresses
return ConcurrentBag

ConsecutiveIncorrectAttempts public_oe property

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

Cookies public_oe property

public ConcurrentBag Cookies
return ConcurrentBag

MaxConsecutiveIncorrectAttempts public_oe property

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

Password public_oe property

public string Password
return string