1 write to Mode
System.ServiceModel (1)
System\ServiceModel\Configuration\NetMsmqSecurityElement.cs (1)
44security.Mode = this.Mode;
4 references to Mode
System.ServiceModel (4)
System\ServiceModel\Configuration\NetMsmqSecurityElement.cs (1)
55SetPropertyValueIfNotDefaultValue(ConfigurationStrings.Mode, security.Mode);
System\ServiceModel\NetMsmqBinding.cs (3)
146if (this.security.Mode != NetMsmqSecurity.DefaultMode) 289if (this.security.Mode == NetMsmqSecurityMode.Message || this.security.Mode == NetMsmqSecurityMode.Both)