2 references to MaxDerivedKeyLength
System.ServiceModel (2)
System\ServiceModel\Security\SecurityHeaderTokenResolver.cs (2)
212if (derivationLength > this.securityHeader.MaxDerivedKeyLength) 213throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new MessageSecurityException(SR.GetString(SR.DerivedKeyLengthSpecifiedInImplicitDerivedKeyClauseTooLong, keyIdentifierClause.ToString(), derivationLength, this.securityHeader.MaxDerivedKeyLength)));