Crate winauth [] [src]

documentation references to sections etc. based on the MS-NLMP specification

This provides the means to perform authentication using NTLMv2
Older NTLM versions are not supported, since they are long deprecated
(and known to be even more insecure as NTLMv2)

Channel Bindings are supported in this implementation and in the windows bindings

Structs

NtlmV2Client

An authentication client to authenticate against a server (outbound)

NtlmV2ClientBuilder

Builder for NtlmV2Client which provides configuration for it

Traits

NextBytes