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)
213
if (nonce != null && nonce.Length >
_maxKeyDerivationNonceLength
)
215
throw DiagnosticUtility.ExceptionUtility.ThrowHelperWarning(new MessageSecurityException(string.Format(SRServiceModel.DerivedKeyTokenNonceTooLong, nonce.Length,
_maxKeyDerivationNonceLength
)));