| Platform SDK: Logon Authentication |
SSPI package management functions initiate a security package, enumerate available packages, and query the attributes of a security package.
The following SSPI functions provide management services for security packages.
| Function | Description |
|---|---|
| EnumerateSecurityPackages | Lists available security packages and their capabilities. |
| InitSecurityInterface | Retrieves a pointer to a security support provider (SSP) dispatch table. |
| QuerySecurityPackageInfo | Queries an individual security package for its capabilities, including authentication, transport, and message integrity/privacy related capabilities. |