[][src]Module winauth::windows

Windows-Native NTLM functionalities (including SSO capabilities)

This is mainly used to verify our implementation

Structs

ContextBuffer

A managed windows-allocated buffer, that dereferences into &u8

NtlmSspi

Either perform single-sign-on using NTLM (performing a login with the current windows identity) or validate incoming auth requests

NtlmSspiBuilder

Builder for NtlmSspi which provides configuration for it