2 writes to maximumConcurrentNegotiations
System.ServiceModel (2)
System\ServiceModel\Security\SecuritySessionSecurityTokenAuthenticator.cs (2)
61
this.
maximumConcurrentNegotiations
= AcceleratedTokenAuthenticator.defaultServerMaxActiveNegotiations;
188
this.
maximumConcurrentNegotiations
= value;
1 reference to maximumConcurrentNegotiations
System.ServiceModel (1)
System\ServiceModel\Security\SecuritySessionSecurityTokenAuthenticator.cs (1)
179
return this.
maximumConcurrentNegotiations
;