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