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