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