2 writes to serviceAuthorizationAuditLevel
System.ServiceModel (2)
System\ServiceModel\Dispatcher\DispatchRuntime.cs (2)
107
this.
serviceAuthorizationAuditLevel
= ServiceSecurityAuditBehavior.defaultServiceAuthorizationAuditLevel;
240
this.
serviceAuthorizationAuditLevel
= value;
2 references to serviceAuthorizationAuditLevel
System.ServiceModel (2)
System\ServiceModel\Dispatcher\DispatchRuntime.cs (2)
228
return this.
serviceAuthorizationAuditLevel
;
609
AuditLevel.Success == (this.
serviceAuthorizationAuditLevel
& AuditLevel.Success));