1 write to _maxKeyDerivationNonceLength
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecureConversation.cs (1)
92_maxKeyDerivationNonceLength = maxKeyDerivationNonceLength;
2 references to _maxKeyDerivationNonceLength
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecureConversation.cs (2)
213if (nonce != null && nonce.Length > _maxKeyDerivationNonceLength) 215throw DiagnosticUtility.ExceptionUtility.ThrowHelperWarning(new MessageSecurityException(string.Format(SRServiceModel.DerivedKeyTokenNonceTooLong, nonce.Length, _maxKeyDerivationNonceLength)));