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
파일 보기 프로젝트 열기: Microsoft/StopGuessing

공개 메소드들

메소드 설명
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