C# 클래스 StopGuessing.AccountStorage.Sql.SuccessfulLoginCookieEntity

상속: Microsoft.WindowsAzure.Storage.Table.TableEntity
파일 보기 프로젝트 열기: Microsoft/StopGuessing

공개 메소드들

메소드 설명
SuccessfulLoginCookieEntity ( ) : System
SuccessfulLoginCookieEntity ( string usernameOrAccountId, string hashOfCookie, System.DateTime lastSeenUtc = null ) : System

메소드 상세

SuccessfulLoginCookieEntity() 공개 메소드

public SuccessfulLoginCookieEntity ( ) : System
리턴 System

SuccessfulLoginCookieEntity() 공개 메소드

public SuccessfulLoginCookieEntity ( string usernameOrAccountId, string hashOfCookie, System.DateTime lastSeenUtc = null ) : System
usernameOrAccountId string
hashOfCookie string
lastSeenUtc System.DateTime
리턴 System