3 writes to serviceAuthorizationAuditLevel
System.ServiceModel (3)
System\ServiceModel\Description\ServiceSecurityAuditBehavior.cs (3)
28
this.
serviceAuthorizationAuditLevel
= ServiceSecurityAuditBehavior.defaultServiceAuthorizationAuditLevel;
36
this.
serviceAuthorizationAuditLevel
= behavior.serviceAuthorizationAuditLevel;
78
this.
serviceAuthorizationAuditLevel
= value;
3 references to serviceAuthorizationAuditLevel
System.ServiceModel (3)
System\ServiceModel\Description\ServiceSecurityAuditBehavior.cs (3)
36
this.serviceAuthorizationAuditLevel = behavior.
serviceAuthorizationAuditLevel
;
71
return this.
serviceAuthorizationAuditLevel
;
133
behavior.ServiceAuthorizationAuditLevel = this.
serviceAuthorizationAuditLevel
;