1 write to SecurityProtocol
System.ServiceModel (1)
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
407this.SecurityProtocol = securityProtocol;
22 references to SecurityProtocol
System.ServiceModel (22)
System\ServiceModel\Channels\SecurityChannelFactory.cs (9)
380this.SecurityProtocol.Open(timeoutHelper.RemainingTime()); 408this.SecurityProtocol.ChannelParameters = this.channelParameters; 476self.clientChannel.SecurityProtocol.EndOpen(result); 556return new OutputChannelSendAsyncResult(message, this.SecurityProtocol, this.InnerChannel, timeout, callback, state); 574this.SecurityProtocol.SecureOutgoingMessage(ref message, timeoutHelper.RemainingTime()); 611return new RequestChannelSendAsyncResult(message, this.SecurityProtocol, this.InnerChannel, this, timeout, callback, state); 657this.SecurityProtocol.VerifyIncomingMessage(ref reply, timeout, correlationState); 682SecurityProtocolCorrelationState correlationState = this.SecurityProtocol.SecureOutgoingMessage(ref message, timeoutHelper.RemainingTime(), null); 788this.SecurityProtocol.VerifyIncomingMessage(ref message, timeout);
System\ServiceModel\Channels\SecurityChannelListener.cs (13)
674this.secureConversationCloseAction = this.SecurityProtocol.SecurityProtocolFactory.StandardsManager.SecureConversationDriver.CloseAction.Value; 680this.SecurityProtocol.Open(timeoutHelper.RemainingTime()); 697this.SecurityProtocol.Open(timeoutHelper.RemainingTime()); 821return this.SecurityProtocol.VerifyIncomingMessage(ref message, timeout, correlationState); 837this.SecurityProtocol.VerifyIncomingMessage(ref message, timeout); 1055return new OutputChannelSendAsyncResult(message, this.SecurityProtocol, this.innerDuplexChannel, timeout, callback, state); 1073this.SecurityProtocol.SecureOutgoingMessage(ref message, timeoutHelper.RemainingTime()); 1104MessageFault fault = SecurityUtils.CreateSecurityMessageFault(e, this.SecurityProtocol.SecurityProtocolFactory.StandardsManager); 1276return new SecurityRequestContext(message, requestContext, this.SecurityProtocol, correlationState, this.DefaultSendTimeout, this.DefaultCloseTimeout); 1285MessageFault fault = SecurityUtils.CreateSecurityMessageFault(e, this.SecurityProtocol.SecurityProtocolFactory.StandardsManager); 1804get { return this.channel.SecurityProtocol.SecurityProtocolFactory.StandardsManager; } 1890get { return this.channel.SecurityProtocol.SecurityProtocolFactory.StandardsManager; } 1974get { return this.channel.SecurityProtocol.SecurityProtocolFactory.StandardsManager; }