1 write to bootstrapSecurityBindingElement
System.ServiceModel (1)
System\ServiceModel\Security\AcceleratedTokenAuthenticator.cs (1)
79this.bootstrapSecurityBindingElement = (SecurityBindingElement)value.Clone();
7 references to bootstrapSecurityBindingElement
System.ServiceModel (7)
System\ServiceModel\Security\AcceleratedTokenAuthenticator.cs (7)
71get { return this.bootstrapSecurityBindingElement; } 126this.bootstrapSecurityBindingElement.ReaderQuotas = context.GetInnerProperty<XmlDictionaryReaderQuotas>(); 127if (this.bootstrapSecurityBindingElement.ReaderQuotas == null) 134this.bootstrapSecurityBindingElement.MaxReceivedMessageSize = transportBindingElement.MaxReceivedMessageSize; 136SecurityProtocolFactory securityProtocolFactory = this.bootstrapSecurityBindingElement.CreateSecurityProtocolFactory<TChannel>(this.IssuerBindingContext.Clone(), securityCredentials, true, this.IssuerBindingContext.Clone()); 150new SecurityChannelListener<TChannel>(this.bootstrapSecurityBindingElement, context); 157this.shouldMatchRstWithEndpointFilter = SecurityUtils.ShouldMatchRstWithEndpointFilter(this.bootstrapSecurityBindingElement);