WBEM_UNSECAPP_FLAG_TYPE enumeration (wbemcli.h)

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_ACCESS
Value: 0
Unsecapp.exe reads the registry key UnsecAppAccessControlDefault to determine if it should authenticate callbacks.
WBEM_FLAG_UNSECAPP_CHECK_ACCESS
Value: 1
Unsecapp.exe authenticates callbacks regardless of the setting of the registry key UnsecAppAccessControlDefault.
WBEM_FLAG_UNSECAPP_DONT_CHECK_ACCESS
Value: 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