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