2 references to s_maxSaneKeySizeInBits
System.ServiceModel.Primitives (2)
System\ServiceModel\Security\RequestSecurityTokenResponse.cs (2)
663if ((keySizeInBits < s_minSaneKeySizeInBits) || (keySizeInBits > s_maxSaneKeySizeInBits)) 665throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SecurityNegotiationException(SRP.Format(SRP.InvalidKeySizeSpecifiedInNegotiation, keySizeInBits, s_minSaneKeySizeInBits, s_maxSaneKeySizeInBits)));