dxgi: Fix a typo in a comment.
[wine.git] / include / minschannel.h
blobc30ae85922b2c9d331c54758aec6bf444758d736
1 /*
2 * Copyright 2022 Hans Leidekker for CodeWeavers
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19 #ifndef __WINE_MINSCHANNEL_H__
20 #define __WINE_MINSCHANNEL_H__
22 #define SECPKG_ATTR_ISSUER_LIST 0x50
23 #define SECPKG_ATTR_REMOTE_CRED 0x51
24 #define SECPKG_ATTR_LOCAL_CRED 0x52
25 #define SECPKG_ATTR_REMOTE_CERT_CONTEXT 0x53
26 #define SECPKG_ATTR_LOCAL_CERT_CONTEXT 0x54
27 #define SECPKG_ATTR_ROOT_STORE 0x55
28 #define SECPKG_ATTR_SUPPORTED_ALGS 0x56
29 #define SECPKG_ATTR_CIPHER_STRENGTHS 0x57
30 #define SECPKG_ATTR_SUPPORTED_PROTOCOLS 0x58
31 #define SECPKG_ATTR_ISSUER_LIST_EX 0x59
32 #define SECPKG_ATTR_CONNECTION_INFO 0x5a
33 #define SECPKG_ATTR_EAP_KEY_BLOCK 0x5b
34 #define SECPKG_ATTR_MAPPED_CRED_ATTR 0x5c
35 #define SECPKG_ATTR_SESSION_INFO 0x5d
36 #define SECPKG_ATTR_APP_DATA 0x5e
37 #define SECPKG_ATTR_REMOTE_CERTIFICATES 0x5f
38 #define SECPKG_ATTR_CLIENT_CERT_POLICY 0x60
39 #define SECPKG_ATTR_CC_POLICY_RESULT 0x61
40 #define SECPKG_ATTR_USE_NCRYPT 0x62
41 #define SECPKG_ATTR_LOCAL_CERT_INFO 0x63
42 #define SECPKG_ATTR_CIPHER_INFO 0x64
44 #endif /* __WINE_MINSCHANNEL_H__ */