EOLE_AUTHENTICATION_CAPABILITIES Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum class EOLE_AUTHENTICATION_CAPABILITIES
C++/CX
public enum class EOLE_AUTHENTICATION_CAPABILITIES
enum EOLE_AUTHENTICATION_CAPABILITIES
public enum EOLE_AUTHENTICATION_CAPABILITIES
type EOLE_AUTHENTICATION_CAPABILITIES =
Public Enum EOLE_AUTHENTICATION_CAPABILITIES
- Inheritance
-
EOLE_AUTHENTICATION_CAPABILITIES
Name | Value | Description |
---|---|---|
EOAC_NONE | 0 | |
EOAC_MUTUAL_AUTH | 1 | |
EOAC_SECURE_REFS | 2 | |
EOAC_ACCESS_CONTROL | 4 | |
EOAC_APPID | 8 | |
EOAC_DYNAMIC | 16 | |
EOAC_STATIC_CLOAKING | 32 | |
EOAC_DYNAMIC_CLOAKING | 64 | |
EOAC_ANY_AUTHORITY | 128 | |
EOAC_MAKE_FULLSIC | 256 | |
EOAC_REQUIRE_FULLSIC | 512 | |
EOAC_AUTO_IMPERSONATE | 1024 | |
EOAC_DEFAULT | 2048 | |
EOAC_DISABLE_AAA | 4096 | |
EOAC_NO_CUSTOM_MARSHAL | 8192 |
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |