2 references to maxSaneKeySizeInBits
System.ServiceModel (2)
System\ServiceModel\Security\RequestSecurityTokenResponse.cs (2)
696if ((keySizeInBits < minSaneKeySizeInBits) || (keySizeInBits > maxSaneKeySizeInBits)) 697throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SecurityNegotiationException(SR.GetString(SR.InvalidKeySizeSpecifiedInNegotiation, keySizeInBits, minSaneKeySizeInBits, maxSaneKeySizeInBits)));