Sdílet prostřednictvím


ServiceSecurityAuditBehavior Konstruktor

Definice

Inicializuje novou instanci ServiceSecurityAuditBehavior třídy.

public:
 ServiceSecurityAuditBehavior();
public ServiceSecurityAuditBehavior ();
Public Sub New ()

Příklady

Následující kód vytvoří instanci ServiceSecurityAuditBehavior třídy.

// Create a new auditing behavior and set the log location.
ServiceSecurityAuditBehavior newAudit =
    new ServiceSecurityAuditBehavior();
newAudit.AuditLogLocation =
    AuditLogLocation.Application;
' Create a new auditing behavior and set the log location.
Dim newAudit As New ServiceSecurityAuditBehavior()
newAudit.AuditLogLocation = AuditLogLocation.Application

Poznámky

Instance se vytvoří s následujícím výchozím nastavením:

Platí pro