C# Класс StopGuessing.Models.LoginAttempt

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
SetCookieProvidedByClient void
ToUniqueKey string

Открытые методы

Метод Описание
HashCookie ( string plaintextCookie ) : string

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

Приватные методы

Метод Описание
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.

Описание методов

HashCookie() публичный статический Метод

Get the hash of a cookie provided by the client software.
public static HashCookie ( string plaintextCookie ) : string
plaintextCookie string The cookie string.
Результат string