Aracılığıyla paylaş


ServiceSecurityAuditBehavior.AuditLogLocation Özellik

Tanım

Güvenli olay günlüklerinin yazıldığı konumu alır veya ayarlar.

public:
 property System::ServiceModel::AuditLogLocation AuditLogLocation { System::ServiceModel::AuditLogLocation get(); void set(System::ServiceModel::AuditLogLocation value); };
public System.ServiceModel.AuditLogLocation AuditLogLocation { get; set; }
member this.AuditLogLocation : System.ServiceModel.AuditLogLocation with get, set
Public Property AuditLogLocation As AuditLogLocation

Özellik Değeri

AuditLogLocation. Default varsayılan değerdir.

Özel durumlar

set ve value öğesinin AuditLogLocationgeçerli üyeleri değildir.

Örnekler

Aşağıdaki kod sınıfının bir örneğini ServiceSecurityAuditBehavior oluşturur ve bu özelliği ayarlar.

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

Açıklamalar

öğesine yazabilmek için AuditLogLocation.Securityçalışan iş parçacığının (veya işlemin) sahip SeAuditPrivilegeolması gerekir.

Bu değeri bir istemci uygulaması yapılandırma dosyasında serviceSecurityAudit> kullanarak< da ayarlayabilirsiniz.

Şunlara uygulanır