2 writes to serviceAuthenticationManager
System.ServiceModel (2)
System\ServiceModel\Description\ServiceAuthenticationBehavior.cs (2)
34
this.
serviceAuthenticationManager
= other.ServiceAuthenticationManager;
50
this.
serviceAuthenticationManager
= value;
6 references to serviceAuthenticationManager
System.ServiceModel (6)
System\ServiceModel\Description\ServiceAuthenticationBehavior.cs (6)
45
return this.
serviceAuthenticationManager
;
90
if (this.
serviceAuthenticationManager
!= null)
99
parameters.Add(this.
serviceAuthenticationManager
);
127
if (this.
serviceAuthenticationManager
== null)
140
behavior.ServiceAuthenticationManager = this.
serviceAuthenticationManager
;
150
behavior.ServiceAuthenticationManager = new ServiceAuthenticationManagerWrapper(this.
serviceAuthenticationManager
, new string[] { standardsManager.SecureConversationDriver.CloseAction.Value });