Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DispatchRuntime::ServiceAuthorizationAuditLevel Property

 

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

Namespace:   System.ServiceModel.Dispatcher
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
property AuditLevel ServiceAuthorizationAuditLevel {
	AuditLevel get();
	void set(AuditLevel value);
}

Property Value

Type: System.ServiceModel::AuditLevel

One of the AuditLevel values. The default is None.

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.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft