C# Class StopGuessing.AccountStorage.Sql.SuccessfulLoginCookieEntity

Inheritance: Microsoft.WindowsAzure.Storage.Table.TableEntity
Afficher le fichier Open project: Microsoft/StopGuessing

Méthodes publiques

Méthode Description
SuccessfulLoginCookieEntity ( ) : System
SuccessfulLoginCookieEntity ( string usernameOrAccountId, string hashOfCookie, System.DateTime lastSeenUtc = null ) : System

Method Details

SuccessfulLoginCookieEntity() public méthode

public SuccessfulLoginCookieEntity ( ) : System
Résultat System

SuccessfulLoginCookieEntity() public méthode

public SuccessfulLoginCookieEntity ( string usernameOrAccountId, string hashOfCookie, System.DateTime lastSeenUtc = null ) : System
usernameOrAccountId string
hashOfCookie string
lastSeenUtc System.DateTime
Résultat System