1 write to maxKeyDerivationNonceLength
System.ServiceModel (1)
System\ServiceModel\Security\WSSecureConversation.cs (1)
92
this.
maxKeyDerivationNonceLength
= maxKeyDerivationNonceLength;
2 references to maxKeyDerivationNonceLength
System.ServiceModel (2)
System\ServiceModel\Security\WSSecureConversation.cs (2)
214
if (nonce != null && nonce.Length > this.
maxKeyDerivationNonceLength
)
216
throw DiagnosticUtility.ExceptionUtility.ThrowHelperWarning(new MessageSecurityException(SR.GetString(SR.DerivedKeyTokenNonceTooLong, nonce.Length, this.
maxKeyDerivationNonceLength
)));