Initializing the Security Provider

This section describes how applications-level protocols initialize and use the Security Support Provider Interface. The section describes various stages of a secure network connection setup. The stages include:

These stages are described in the following sections.

Initializing the SSPI

Both the client and server use the same sequence of operations to initialize the security provider and select the appropriate security package.

Initializing the security interface involves the following steps:

The security function table contains the SSPI entry points for the security package. The function table is used to invoke the calls implemented by the security package.