XdsObjects Help file
XdsObjects.Enums Namespace / AuditProtocol Enumeration



In This Topic
    AuditProtocol Enumeration
    In This Topic
    Selector for the type of Auditing used
    Syntax
    <FlagsAttribute()>
    Public Enum AuditProtocol 
       Inherits System.Enum
    Dim instance As AuditProtocol
    [Flags()]
    public enum AuditProtocol : System.Enum 
    [Flags()]
    public enum class AuditProtocol : public System.Enum 
    Members
    MemberDescription
    BsdOld style BSD syslog (now officialy deprecated, but supported for legacy use)
    Rfc5425TlsUsing properly secured TLS as specified in RFC 5425
    Rfc5426UdpModern RFC 5424 syntax, but sent over UDP as specified in RFC 5424
    TcpUnofficial protocol, equivalent to Rfc5425Tls, but without TLS. Useful for testing
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             XdsObjects.Enums.AuditProtocol

    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