package
Version:
v0.0.0-...-adfde8d
Opens a new window with list of versions in this module.
Published: Mar 28, 2024
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
DoNTLMRequest Perform a request using NTLM authentication
type NtlmAuthenticator interface {
GetNegotiateBytes() ([]byte, error)
GetResponseBytes([]byte) ([]byte, error)
ReleaseContext()
}
NtlmAuthenticator defines interface to provide methods to get byte arrays required for NTLM authentication
Source Files
¶
Click to show internal directories.
Click to hide internal directories.