1 write to bootstrapSecurityBindingElement
System.ServiceModel (1)
System\ServiceModel\Security\SecuritySessionSecurityTokenAuthenticator.cs (1)
295
this.
bootstrapSecurityBindingElement
= (SecurityBindingElement)value.Clone();
7 references to bootstrapSecurityBindingElement
System.ServiceModel (7)
System\ServiceModel\Security\SecuritySessionSecurityTokenAuthenticator.cs (7)
287
get { return this.
bootstrapSecurityBindingElement
; }
1089
this.
bootstrapSecurityBindingElement
.ReaderQuotas = this.IssuerBindingContext.GetInnerProperty<XmlDictionaryReaderQuotas>();
1090
if (this.
bootstrapSecurityBindingElement
.ReaderQuotas == null)
1097
this.
bootstrapSecurityBindingElement
.MaxReceivedMessageSize = transportBindingElement.MaxReceivedMessageSize;
1099
SecurityProtocolFactory bootstrapSecurityProtocolFactory = this.
bootstrapSecurityBindingElement
.CreateSecurityProtocolFactory<TChannel>(this.IssuerBindingContext.Clone(), securityCredentials, true, this.IssuerBindingContext.Clone());
1129
this.
bootstrapSecurityBindingElement
, this.IssuerBindingContext);
1135
this.shouldMatchRstWithEndpointFilter = SecurityUtils.ShouldMatchRstWithEndpointFilter(this.
bootstrapSecurityBindingElement
);