C# Class StopGuessing.Models.LoginAttempt

Afficher le fichier Open project: Microsoft/StopGuessing Class Usage Examples

Private Properties

Свойство Type Description
SetCookieProvidedByClient void
ToUniqueKey string

Méthodes publiques

Méthode Description
HashCookie ( string plaintextCookie ) : string

Get the hash of a cookie provided by the client software.

Private Methods

Méthode Description
SetCookieProvidedByClient ( string plaintextCookie ) : void

Set the cookie provided by the client by storing it's hash.

ToUniqueKey ( ) : string

Get a unique identifier for this login attempt.

Method Details

HashCookie() public static méthode

Get the hash of a cookie provided by the client software.
public static HashCookie ( string plaintextCookie ) : string
plaintextCookie string The cookie string.
Résultat string