C# 클래스 Nancy.Authentication.Ntlm.ModuleExtensions

파일 보기 프로젝트 열기: toolchain/Nancy.Authentication.Ntlm

공개 메소드들

메소드 설명
RequiresNtlmAuthentication ( this module ) : void

비공개 메소드들

메소드 설명
AquireToken ( string authorization ) : byte[]

Aquires token from authorization string

CleanupSessions ( ) : void

Cleans up old sessions

SendUnauthorized ( byte token ) : Response

Sends 401 Unauthorized response to browser

메소드 상세

RequiresNtlmAuthentication() 공개 정적인 메소드

public static RequiresNtlmAuthentication ( this module ) : void
module this
리턴 void