Event Security Constants

The following shows the WMI security constants used for events. They are used to set access control entries (ACEs) in security descriptors used for events or sinks.

WBEM_RIGHT_PUBLISH

128 (0x80)

Specifies that the account can publish events to the instance of __EventFilter that defines the event filter for a permanent consumer. Available in wbemcli.h.

WBEM_RIGHT_SUBSCRIBE

64 (0x40)

Specifies that a consumer can subscribe to the events delivered to a sink. Used in IWbemEventSink::SetSinkSecurity. Available in wbemcli.h.

WBEM_S_SUBJECT_TO_SDS

274435 (0x43003)

Event provider indicates that WMI checks the SECURITY_DESCRIPTOR property in each event (inherited from __Event), and only sends events to consumers with the appropriate access permissions. Available in wbemprov.h.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Header
Wbemcli.h;
Wbemprov.h

See also

WMI Security Constants

Maintaining WMI Security

Securing WMI Events