1 write to MsmqEncryptionAlgorithm
System.ServiceModel (1)
System\ServiceModel\Configuration\MsmqTransportSecurityElement.cs (1)
57
security.
MsmqEncryptionAlgorithm
= this.MsmqEncryptionAlgorithm;
6 references to MsmqEncryptionAlgorithm
System.ServiceModel (6)
System\ServiceModel\Channels\MsmqOutputMessage.cs (2)
104
MsmqEncryptionAlgorithmHelper.ToInt32(factory.MsmqTransportSecurity.
MsmqEncryptionAlgorithm
));
125
MsmqEncryptionAlgorithmHelper.ToInt32(factory.MsmqTransportSecurity.
MsmqEncryptionAlgorithm
));
System\ServiceModel\Configuration\MsmqTransportSecurityElement.cs (1)
68
SetPropertyValueIfNotDefaultValue(ConfigurationStrings.MsmqEncryptionAlgorithm, security.
MsmqEncryptionAlgorithm
);
System\ServiceModel\MsmqIntegration\MsmqIntegrationBinding.cs (1)
82
this.security.Transport.
MsmqEncryptionAlgorithm
!= MsmqDefaults.MsmqEncryptionAlgorithm ||
System\ServiceModel\MsmqTransportSecurity.cs (1)
33
this.msmqEncryptionAlgorithm = other.
MsmqEncryptionAlgorithm
;
System\ServiceModel\NetMsmqBinding.cs (1)
152
this.security.Transport.
MsmqEncryptionAlgorithm
!= MsmqDefaults.MsmqEncryptionAlgorithm ||