C# 클래스 StopGuessing.Models.LoginAttempt

파일 보기 프로젝트 열기: Microsoft/StopGuessing 1 사용 예제들

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