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