1 write to MsmqAuthenticationMode
System.ServiceModel (1)
System\ServiceModel\Configuration\MsmqElementBase.cs (1)
168
this.MsmqTransportSecurity.
MsmqAuthenticationMode
= source.MsmqTransportSecurity.MsmqAuthenticationMode;
2 references to MsmqAuthenticationMode
System.ServiceModel (2)
System\ServiceModel\Configuration\MsmqElementBase.cs (1)
168
this.MsmqTransportSecurity.MsmqAuthenticationMode = source.MsmqTransportSecurity.
MsmqAuthenticationMode
;
System\ServiceModel\Configuration\MsmqTransportSecurityElement.cs (1)
56
security.MsmqAuthenticationMode = this.
MsmqAuthenticationMode
;