ServiceSecurityAuditBehavior Constructor

Definitie

Initialiseert een nieuw exemplaar van de ServiceSecurityAuditBehavior klasse.

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

Voorbeelden

Met de volgende code wordt een exemplaar van de ServiceSecurityAuditBehavior klasse gemaakt.

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

Opmerkingen

Het exemplaar wordt gemaakt met de volgende standaardinstellingen:

Van toepassing op