Module winauth::windows

source ·
Expand description

Windows-Native NTLM functionalities (including SSO capabilities)

This is mainly used to verify our implementation

Structs§

  • A managed windows-allocated buffer, that dereferences into &u8
  • Either perform single-sign-on using NTLM (performing a login with the current windows identity) or validate incoming auth requests
  • Builder for NtlmSspi which provides configuration for it