DispatchRuntime.ServiceAuthorizationAuditLevel Property

Definition

Gets or sets a value that controls what service authorization events are audited.

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

Property Value

One of the AuditLevel values. The default is None.

Remarks

In the default case, no service authorization events are audited. If the ServiceAuthorizationAuditLevel value is Success, only successful service authorization events are written to the audit log specified by the SecurityAuditLogLocation property. If this property has a value of Failure, only unsuccessful service authorization events are written to the audit log specified by the SecurityAuditLogLocation property. If the ServiceAuthorizationAuditLevel value is SuccessOrFailure, both successful and failed service authorization events are written to the audit log.

Applies to