1 write to maxKeyDerivationLabelLength
System.ServiceModel (1)
System\ServiceModel\Security\WSSecureConversation.cs (1)
91this.maxKeyDerivationLabelLength = maxKeyDerivationLabelLength;
2 references to maxKeyDerivationLabelLength
System.ServiceModel (2)
System\ServiceModel\Security\WSSecureConversation.cs (2)
204if (label != null && label.Length > this.maxKeyDerivationLabelLength) 206throw DiagnosticUtility.ExceptionUtility.ThrowHelperWarning(new MessageSecurityException(SR.GetString(SR.DerivedKeyTokenLabelTooLong, label.Length, this.maxKeyDerivationLabelLength)));