1 write to numWrappedKeys
System.ServiceModel (1)
System\ServiceModel\Security\ReceiveSecurityHeader.cs (1)
1962this.numWrappedKeys++;
2 references to numWrappedKeys
System.ServiceModel (2)
System\ServiceModel\Security\ReceiveSecurityHeader.cs (2)
1959if (this.numWrappedKeys == MaxAllowedWrappedKeys) 1960throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new MessageSecurityException(SR.GetString(SR.WrappedKeyLimitExceeded, this.numWrappedKeys)));