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