Obtaining Microsoft Digest SSP Credentials

User credentials are required by Microsoft Digest; both client and server must present valid credentials before they can establish a security context for message exchange. Credentials handles are used to obtain and present credentials.

Because the credential handle is used to store configuration information, the same handle cannot be used for both client-side and server-side operations. This means that applications that support both client and server connections must obtain a minimum of two credentials handles.

To get a handle to the credentials required by Microsoft Digest, call the AcquireCredentialsHandle function.

The following C language examples demonstrate obtaining credentials.