Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Used to control access checks on callbacks when using the IWbemUnsecuredApartment::CreateSinkStub method.
Syntax
typedef enum tag_WBEM_UNSECAPP_FLAG_TYPE {
WBEM_FLAG_UNSECAPP_DEFAULT_CHECK_ACCESS = 0,
WBEM_FLAG_UNSECAPP_CHECK_ACCESS = 1,
WBEM_FLAG_UNSECAPP_DONT_CHECK_ACCESS = 2
} WBEM_UNSECAPP_FLAG_TYPE;
Constants
WBEM_FLAG_UNSECAPP_DEFAULT_CHECK_ACCESSValue: 0 Unsecapp.exe reads the registry key UnsecAppAccessControlDefault to determine if it should authenticate callbacks. |
WBEM_FLAG_UNSECAPP_CHECK_ACCESSValue: 1 Unsecapp.exe authenticates callbacks regardless of the setting of the registry key UnsecAppAccessControlDefault. |
WBEM_FLAG_UNSECAPP_DONT_CHECK_ACCESSValue: 2 Unsecapp.exe does not authenticate callbacks regardless of the setting of the registry key UnsecAppAccessControlDefault. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista |
| Minimum supported server | Windows Server 2008 |
| Header | wbemcli.h |