// // Copyright (c) Microsoft Corporation. All rights reserved. // // // Use of this source code is subject to the terms of the Microsoft end-user // license agreement (EULA) under which you licensed this SOFTWARE PRODUCT. // If you did not accept the terms of the EULA, you are not authorized to use // this source code. For a copy of the EULA, please see the LICENSE.RTF on your // install media. // /*++ Module Name: security.h Purpose: Top-level include file for security aware components. --*/ // This file will go out and pull in all the header files that you need, // based on defines that you issue. The following macros are used. // NOTE: Update this section if you add new files: // // SECURITY_KERNEL Use the kernel interface, not the usermode // SECURITY_PACKAGE Include defines necessary for security packages // SECURITY_KERBEROS Include everything needed to talk to the kerberos pkg. // SECURITY_NTLM Include everything to talk to ntlm package. // SECURITY_OBJECTS Include all Security Admin Object definitions. // // Each of the files included here are surrounded by guards, so you don't // need to worry about including this file multiple times with different // flags defined // #ifdef __cplusplus extern "C" { #endif #ifndef SSPI_PROXY_CLASS #define SSPI_PROXY_CLASS PROXY_CLASS #endif #include #include //#include // // Include the error codes: // //#include // Include security package headers: #ifdef SECURITY_NTLM // #include #endif // SECURITY_NTLM // Include security object definitions #ifdef __cplusplus } #endif