Прочетете на английски Редактиране

Споделяне чрез


DispatchRuntime.ServiceAuthorizationAuditLevel Property

Definition

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

C#
public System.ServiceModel.AuditLevel ServiceAuthorizationAuditLevel { get; set; }

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

Продукт Версии
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1