5 references to None
System.ServiceModel (5)
System\ServiceModel\Channels\MsmqBindingElementBase.cs (1)
397this.MsmqTransportSecurity.MsmqAuthenticationMode = MsmqAuthenticationMode.None;
System\ServiceModel\Channels\MsmqVerifier.cs (1)
147if (security.MsmqAuthenticationMode == MsmqAuthenticationMode.None && security.MsmqProtectionLevel != ProtectionLevel.None)
System\ServiceModel\MsmqAuthenticationMode.cs (1)
17return mode >= MsmqAuthenticationMode.None && mode <= MsmqAuthenticationMode.Certificate;
System\ServiceModel\MsmqTransportSecurity.cs (2)
42return this.msmqAuthenticationMode != MsmqAuthenticationMode.None && this.msmqProtectionLevel != ProtectionLevel.None; 96this.msmqAuthenticationMode = MsmqAuthenticationMode.None;