2 writes to serviceAuthorizationManager
System.ServiceModel (2)
System\ServiceModel\Description\ServiceAuthorizationBehavior.cs (2)
85
this.
serviceAuthorizationManager
= value;
172
this.
serviceAuthorizationManager
= other.serviceAuthorizationManager;
4 references to serviceAuthorizationManager
System.ServiceModel (4)
System\ServiceModel\Description\ServiceAuthorizationBehavior.cs (4)
79
return this.
serviceAuthorizationManager
;
162
if (this.
serviceAuthorizationManager
!= null)
164
behavior.ServiceAuthorizationManager = this.
serviceAuthorizationManager
;
172
this.serviceAuthorizationManager = other.
serviceAuthorizationManager
;