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