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