C# Class Nancy.Authentication.Ntlm.ModuleExtensions

Mostra file Open project: toolchain/Nancy.Authentication.Ntlm

Public Methods

Method Description
RequiresNtlmAuthentication ( this module ) : void

Private Methods

Method Description
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

Method Details

RequiresNtlmAuthentication() public static method

public static RequiresNtlmAuthentication ( this module ) : void
module this
return void