C# Класс 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.
Наследование: Microsoft.WindowsAzure.Storage.Table.TableEntity
Показать файл Открыть проект

Открытые методы

Метод Описание
IncorrectPhaseTwoHashEntity ( ) : System
IncorrectPhaseTwoHashEntity ( string usernameOrAccountId, string hashValue, System.DateTime lastSeenUtc = null ) : System

Описание методов

IncorrectPhaseTwoHashEntity() публичный Метод

public IncorrectPhaseTwoHashEntity ( ) : System
Результат System

IncorrectPhaseTwoHashEntity() публичный Метод

public IncorrectPhaseTwoHashEntity ( string usernameOrAccountId, string hashValue, System.DateTime lastSeenUtc = null ) : System
usernameOrAccountId string
hashValue string
lastSeenUtc System.DateTime
Результат System