1 write to _maxKeyDerivationLabelLength
System.ServiceModel.Primitives (1)
System\ServiceModel\Security\WSSecureConversation.cs (1)
76_maxKeyDerivationLabelLength = maxKeyDerivationLabelLength;
2 references to _maxKeyDerivationLabelLength
System.ServiceModel.Primitives (2)
System\ServiceModel\Security\WSSecureConversation.cs (2)
194if (label != null && label.Length > _maxKeyDerivationLabelLength) 196throw DiagnosticUtility.ExceptionUtility.ThrowHelperWarning(new MessageSecurityException(SRP.Format(SRP.DerivedKeyTokenLabelTooLong, label.Length, _maxKeyDerivationLabelLength)));