InitSecurityInterface (Compact 2013)

3/28/2014

This function returns a pointer to a Security Service Provider Interface (SSPI) dispatch table. This function enables clients to use SSPI without binding directly to an implementation of the interface.

Syntax

PSecurityFunctionTable SEC_ENTRY InitSecurityInterface();

Parameters

None.

Return Value

Returns a pointer to a SecurityFunctionTable structure to indicate success. The function returns NULL to indicate failure.

Requirements

Header

security.h,
sspi.h

Library

secur32.lib

See Also

Reference

Authentication Services Functions
SecurityFunctionTable