C# Class StopGuessing.AccountStorage.Sql.SuccessfulLoginCookieEntity

Inheritance: Microsoft.WindowsAzure.Storage.Table.TableEntity
Mostrar archivo Open project: Microsoft/StopGuessing

Public Methods

Method Description
SuccessfulLoginCookieEntity ( ) : System
SuccessfulLoginCookieEntity ( string usernameOrAccountId, string hashOfCookie, System.DateTime lastSeenUtc = null ) : System

Method Details

SuccessfulLoginCookieEntity() public method

public SuccessfulLoginCookieEntity ( ) : System
return System

SuccessfulLoginCookieEntity() public method

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