1 write to certificateTokenProvider
System.ServiceModel (1)
System\ServiceModel\MsmqIntegration\MsmqIntegrationOutputChannel.cs (1)
27
this.
certificateTokenProvider
= factory.CreateX509TokenProvider(to, via);
6 references to certificateTokenProvider
System.ServiceModel (6)
System\ServiceModel\MsmqIntegration\MsmqIntegrationOutputChannel.cs (6)
41
if (this.
certificateTokenProvider
!= null)
44
this.
certificateTokenProvider
.Abort();
46
this.
certificateTokenProvider
.Close(timeout);
94
if (this.
certificateTokenProvider
!= null)
96
this.
certificateTokenProvider
.Open(timeout);
155
msmqMessage.ApplyCertificateIfNeeded(this.
certificateTokenProvider
, this.factory.MsmqTransportSecurity.MsmqAuthenticationMode, timeout);