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
Mostrar archivo Open project: Microsoft/StopGuessing

Public Methods

Method Description
IncorrectPhaseTwoHashEntity ( ) : System
IncorrectPhaseTwoHashEntity ( string usernameOrAccountId, string hashValue, System.DateTime lastSeenUtc = null ) : System

Method Details

IncorrectPhaseTwoHashEntity() public method

public IncorrectPhaseTwoHashEntity ( ) : System
return System

IncorrectPhaseTwoHashEntity() public method

public IncorrectPhaseTwoHashEntity ( string usernameOrAccountId, string hashValue, System.DateTime lastSeenUtc = null ) : System
usernameOrAccountId string
hashValue string
lastSeenUtc System.DateTime
return System