4 references to _maxKeyIterations
System.IdentityModel (4)
System\IdentityModel\CryptoHelper.cs (4)
229if ( tries > _maxKeyIterations ) 231throw DiagnosticUtility.ExceptionUtility.ThrowHelperError( new CryptographicException( SR.GetString( SR.ID6048, _maxKeyIterations ) ) ); 260if ( tries > _maxKeyIterations ) 262throw DiagnosticUtility.ExceptionUtility.ThrowHelperError( new CryptographicException( SR.GetString( SR.ID6048, _maxKeyIterations ) ) );