1 write to maxDerivedKeys
System.ServiceModel (1)
System\ServiceModel\Security\ReceiveSecurityHeader.cs (1)
865this.maxDerivedKeys = (1 + 1 + numSupportingTokensRequiringDerivation) * 2;
2 references to maxDerivedKeys
System.ServiceModel (2)
System\ServiceModel\Security\ReceiveSecurityHeader.cs (2)
1178if (this.numDerivedKeys > this.maxDerivedKeys) 1180throw DiagnosticUtility.ExceptionUtility.ThrowHelperWarning(new MessageSecurityException(SR.GetString(SR.DerivedKeyLimitExceeded, maxDerivedKeys)));