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