|
Answer» What is Security Support Provider Interface mean? Security Support Provider Interface (SSPI) is a component of Windows API that performs a security-related operations such as authentication. SSPI functions as a common interface to several Security Support Providers (SSPs): A Security Support Provider is a dynamic-link library (DLL) that makes one or more security packages available to apps. reference
|