C# Class Simulator.SimulatedUserAccount

Inheritance: StopGuessing.AccountStorage.Memory.MemoryUserAccount
Afficher le fichier Open project: Microsoft/StopGuessing Class Usage Examples

Méthodes publiques

Свойство 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
Résultat ConcurrentBag

ConsecutiveIncorrectAttempts public_oe property

public DecayingDouble,StopGuessing.DataStructures ConsecutiveIncorrectAttempts
Résultat StopGuessing.DataStructures.DecayingDouble

Cookies public_oe property

public ConcurrentBag Cookies
Résultat ConcurrentBag

MaxConsecutiveIncorrectAttempts public_oe property

public DecayingDouble,StopGuessing.DataStructures MaxConsecutiveIncorrectAttempts
Résultat StopGuessing.DataStructures.DecayingDouble

Password public_oe property

public string Password
Résultat string