InitSecurityInterface

The InitSecurityInterface 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.

PSecurityFunctionTable InitSecurityInterface(VOID) 

Return Values

If the function succeeds, the return value is a pointer to a SecurityFunctionTable structure.

If the function fails, the return value is NULL.

See Also

SecurityFunctionTable