Свойство | Тип | Описание | |
---|---|---|---|
AccountFailuresFrequentPassword | |||
AccountFailuresInfrequentPassword | |||
PasswordFailuresNoTypoFrequentPassword | |||
PasswordFailuresNoTypoInfrequentPassword | |||
PasswordFailuresTypoFrequentPassword | |||
PasswordFailuresTypoInfrequentPassword | |||
RecentPotentialTypos | SmallCapacityConstrainedSet |
||
RepeatAccountFailuresFrequentPassword | |||
RepeatAccountFailuresInfrequentPassword | |||
RepeatPasswordFailuresNoTypoFrequentPassword | |||
RepeatPasswordFailuresNoTypoInfrequentPassword | |||
RepeatPasswordFailuresTypoFrequentPassword | |||
RepeatPasswordFailuresTypoInfrequentPassword | |||
SuccessfulLogins |
Метод | Описание | |
---|---|---|
AdjustBlockingScoreForPastTyposTreatedAsFullFailures ( |
This analysis will examine the client IP's previous failed attempts to login to this account to determine if any failed attempts were due to typos.
|
|
GetAllScores ( System.TimeSpan halfLife, System.DateTime whenUtc ) : double[] | ||
SimIpHistory ( int numberOfPastLoginsToKeepForTypoAnalysis ) : System |
public AdjustBlockingScoreForPastTyposTreatedAsFullFailures ( |
||
simulator | ||
account | The account that the client is currently trying to login to. | |
whenUtc | System.DateTime | |
correctPassword | string | The correct password for this account. (We can only know it because /// the client must have provided the correct one this loginAttempt.) |
Результат | void |
public GetAllScores ( System.TimeSpan halfLife, System.DateTime whenUtc ) : double[] | ||
halfLife | System.TimeSpan | |
whenUtc | System.DateTime | |
Результат | double[] |
public SimIpHistory ( int numberOfPastLoginsToKeepForTypoAnalysis ) : System | ||
numberOfPastLoginsToKeepForTypoAnalysis | int | |
Результат | System |
public DecayingDouble,StopGuessing.DataStructures AccountFailuresFrequentPassword | ||
Результат |
public DecayingDouble,StopGuessing.DataStructures AccountFailuresInfrequentPassword | ||
Результат |
public DecayingDouble,StopGuessing.DataStructures PasswordFailuresNoTypoFrequentPassword | ||
Результат |
public DecayingDouble,StopGuessing.DataStructures PasswordFailuresNoTypoInfrequentPassword | ||
Результат |
public DecayingDouble,StopGuessing.DataStructures PasswordFailuresTypoFrequentPassword | ||
Результат |
public DecayingDouble,StopGuessing.DataStructures PasswordFailuresTypoInfrequentPassword | ||
Результат |
public SmallCapacityConstrainedSet |
||
Результат | SmallCapacityConstrainedSet |
public DecayingDouble,StopGuessing.DataStructures RepeatAccountFailuresFrequentPassword | ||
Результат |
public DecayingDouble,StopGuessing.DataStructures RepeatAccountFailuresInfrequentPassword | ||
Результат |
public DecayingDouble,StopGuessing.DataStructures RepeatPasswordFailuresNoTypoFrequentPassword | ||
Результат |
public DecayingDouble,StopGuessing.DataStructures RepeatPasswordFailuresNoTypoInfrequentPassword | ||
Результат |
public DecayingDouble,StopGuessing.DataStructures RepeatPasswordFailuresTypoFrequentPassword | ||
Результат |
public DecayingDouble,StopGuessing.DataStructures RepeatPasswordFailuresTypoInfrequentPassword | ||
Результат |