[][src]Crate winauth

documentation references to sections etc. based on the [MS-NLMP specification] (https://winprotocoldoc.blob.core.windows.net/productionwindowsarchives/MS-NLMP/[MS-NLMP].pdf)

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

Modules

windows

Windows-Native NTLM functionalities (including SSO capabilities)

Structs

NtlmV2ClientBuilder

Builder for NtlmV2Client which provides configuration for it

NtlmV2Client

An authentication client to authenticate against a server (outbound)

Traits

NextBytes