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)
203
if (label != null && label.Length >
_maxKeyDerivationLabelLength
)
205
throw DiagnosticUtility.ExceptionUtility.ThrowHelperWarning(new MessageSecurityException(string.Format(SRServiceModel.DerivedKeyTokenLabelTooLong, label.Length,
_maxKeyDerivationLabelLength
)));