1 write to _maxKeyDerivationLabelLength
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecureConversation.cs (1)
91_maxKeyDerivationLabelLength = maxKeyDerivationLabelLength;
2 references to _maxKeyDerivationLabelLength
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecureConversation.cs (2)
203if (label != null && label.Length > _maxKeyDerivationLabelLength) 205throw DiagnosticUtility.ExceptionUtility.ThrowHelperWarning(new MessageSecurityException(string.Format(SRServiceModel.DerivedKeyTokenLabelTooLong, label.Length, _maxKeyDerivationLabelLength)));