C# Class StopGuessing.AccountStorage.Sql.IncorrectPhaseTwoHashEntity

Used for storing into an azure table a record that maps a account identifier to sets of incorrect passwords that have been submitted for that account.
Inheritance: Microsoft.WindowsAzure.Storage.Table.TableEntity
Afficher le fichier Open project: Microsoft/StopGuessing

Méthodes publiques

Méthode Description
IncorrectPhaseTwoHashEntity ( ) : System
IncorrectPhaseTwoHashEntity ( string usernameOrAccountId, string hashValue, System.DateTime lastSeenUtc = null ) : System

Method Details

IncorrectPhaseTwoHashEntity() public méthode

public IncorrectPhaseTwoHashEntity ( ) : System
Résultat System

IncorrectPhaseTwoHashEntity() public méthode

public IncorrectPhaseTwoHashEntity ( string usernameOrAccountId, string hashValue, System.DateTime lastSeenUtc = null ) : System
usernameOrAccountId string
hashValue string
lastSeenUtc System.DateTime
Résultat System