Udostępnij za pośrednictwem


ServiceSecurityAuditBehavior Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy ServiceSecurityAuditBehavior.

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

Przykłady

Poniższy kod tworzy wystąpienie ServiceSecurityAuditBehavior klasy.

// 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

Uwagi

Wystąpienie jest tworzone przy użyciu następujących ustawień domyślnych:

Dotyczy