Skip to content

libcURL.Version.SSPI

Andrew Lambert edited this page Nov 26, 2022 · 6 revisions

Property Declaration

 Dim SSPI As Boolean

Remarks

Note: This property has been deprecated in favor of libcURL.IsFeatureAvailable.

If True, libcURL was built with support for SSPI. This is only available on Windows and makes libcurl use Windows-provided functions for Kerberos, NTLM, SPNEGO and Digest authentication. It also allows libcurl to use the current user credentials without the app having to pass them on.

See also

Clone this wiki locally