XdsObjects Help file
XdsObjects.Enums Namespace / AuditSourceTypeCode Enumeration



AuditSourceTypeCode Enumeration
Audit Source Type Codes as defined by RFC 3881
Syntax
Public Enum AuditSourceTypeCode 
   Inherits System.Enum
Dim instance As AuditSourceTypeCode
public enum AuditSourceTypeCode : System.Enum 
public enum class AuditSourceTypeCode : public System.Enum 
Members
MemberDescription
Application_Server_Process_TierApplication Server Process Tier
Data_Acquisition_Device_Or_InstrumentData Acquisition Device Or Instrument
Database_Server_Process_TierDatabase Server Process Tier
End_User_InterfaceEnd User Interface
External_Source_Or_Unknown_TypeExternal Source Or Unknown Type
ISO_Level_1To3_Network_ComponentISO Level 1To3 Network Component
ISO_Level_4To6_Operating_SoftwareISO Level 4To6 Operating Software
Security_ServerSecurity Server
Undefined Special internal code meaning that the code is undefined, and will nto be included in audit messages
Web_Server_Process_TierWeb Server Process Tier
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         XdsObjects.Enums.AuditSourceTypeCode

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also