# Functions
GetIntegratedAuthenticator calls the authProvider specified in the 'authenticator' connection string parameter, if supplied.
SetIntegratedAuthenticationProvider stores a named authentication provider.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
IntegratedAuthenticator is the interface for SSPI Login Authentication providers.
Provider returns an SSPI compatible authentication provider.
# Type aliases
ProviderFunc is an adapter to convert a GetIntegratedAuthenticator func into a Provider.