Security (SystemPropertiesType) Element

Identifies the user that logged the event.

<xs:element name="Security">
    <xs:complexType>
        <xs:attribute name="UserID"
            type="string"
            use="optional"
         />
    </xs:complexType>
</xs:element>

The Security element is defined by the SystemPropertiesType complex type.

Attributes

Name Type Description
UserID string The security identifier (SID) of the user in string form.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]

See also

Parent element

System (EventType)