4 writes to msmqProtectionLevel
System.ServiceModel (4)
System\ServiceModel\MsmqTransportSecurity.cs (4)
25this.msmqProtectionLevel = MsmqDefaults.MsmqProtectionLevel; 35this.msmqProtectionLevel = other.MsmqProtectionLevel; 90this.msmqProtectionLevel = value; 97this.msmqProtectionLevel = ProtectionLevel.None;
2 references to msmqProtectionLevel
System.ServiceModel (2)
System\ServiceModel\MsmqTransportSecurity.cs (2)
42return this.msmqAuthenticationMode != MsmqAuthenticationMode.None && this.msmqProtectionLevel != ProtectionLevel.None; 85get { return this.msmqProtectionLevel; }